home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / php / php4 / news.txt < prev    next >
Text File  |  2005-03-30  |  208KB  |  3,566 lines

  1. PHP 4                                                                      NEWS
  2. |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  3. 31 Mar 2005, Version 4.3.11
  4. - Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony)
  5. - Added checks for negative values to gmp_sqrt(), gmp_powm(), gmp_sqrtrem()
  6.   and gmp_fact() to prevent SIGFPE. (Tony)
  7. - Changed phpize not to require libtool. (Jani)
  8. - Updated bundled libmbfl library (used for multibyte functions). (Moriyoshi)
  9. - Fixed several leaks in ext/browscap and sapi/embed. (Andrei)
  10. - Fixed several leaks in ext/filepro. (Tony)
  11. - Fixed build system to always use bundled libtool files. (Jani)  
  12. - Fixed MacOSX shared extensions crashing on Apache startup. (Rasmus)
  13. - Fixed bug #32373 (segfault in bzopen() if supplied path to non-existent 
  14.   file). (Tony)
  15. - Fixed bug #32340 (insert_before($node,NULL) does not return). (Rob) 
  16. - Fixed bug #32200 (Prevent using both --with-apxs2 and --with-apxs2filter).
  17.   (Jani)
  18. - Fixed bug #32114 (DOM crashing when attribute appended to Document). (Rob)
  19. - Fixed bug #32063 (mb_convert_encoding ignores named entity 'alpha'). 
  20.   (Moriyoshi)
  21. - Fixed bug #31960 (msql_fetch_row() and msql_fetch_array() dropping columns
  22.   with NULL values). (Daniel Convissor)
  23. - Fixed bug #31936 (set_h_errno() is redefined incompatibly). (Jani)
  24. - Fixed bug #31911 (mb_decode_mimeheader() is case-sensitive to hex escapes).
  25.   (Moriyoshi)
  26. - Fixed bug #31858 (--disable-cli does not force --without-pear). (Jani)
  27. - Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).
  28.   (Jani)
  29. - Fixed bug #31797 (exif_read_data() uses too low nesting limit). (Ilia)
  30. - Fixed bug #31796 (readline completion handler does not handle empty return
  31.   values). (Ilia)
  32. - Fixed bug #31792 (getrusage() does not provide ru_nswap value). (Ilia)
  33. - Fixed bug #31754 (dbase_open() fails for mode = 1). (Mehdi, Derick)
  34. - Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar). (Ilia)
  35. - Fixed bug #31684 (dio_tcsetattr(): misconfigured termios settings).
  36.   (elod at itfais dot com)
  37. - Fixed bug #31699 (unserialize() float problem on non-English locales). (Ilia)
  38. - Fixed bug #31623 (OCILogin does not support password grace period).
  39.   (daniel dot beet at accuratesoftware dot com, Tony)
  40. - Fixed bug #31580 (fgetcsv() problematic with "" escape sequences). (Ilia)
  41. - Fixed bug #31527 (crash in msg_send() when non-string is stored without
  42.   being serialized). (Ilia)
  43. - Fixed bug #31514 (open_basedir uses path_translated rather then cwd for .
  44.   translation). (Ilia)
  45. - Fixed bug #31480 (Possible infinite loop in imap_mail_compose()). (Ilia)
  46. - Fixed bug #31479 (Fixed crash in chunk_split(), when chunklen > strlen). (Ilia)
  47. - Fixed bug #31465 (False warning in unpack() when working with *). (Ilia)
  48. - Fixed bug #31454 (session_set_save_handler crashes PHP when supplied
  49.   non-existent object ref). (Tony)
  50. - Fixed bug #31444 (Memory leak in zend_language_scanner.c).
  51.   (hexer at studentcenter dot org)
  52. - Fixed bug #31442 (unserialize broken on 64-bit systems). (Marcus)
  53. - Fixed bug #31440 ($GLOBALS can be overwritten via GPC when 
  54.   register_globals is enabled). (Ilia)
  55. - Fixed bug #31413 (curl POSTFIELDS crashes on 64-bit platforms). (Joe)
  56. - Fixed bug #31396 (compile fails with gd 2.0.33 without freetype). (Jani)
  57. - Fixed bug #31371 (highlight_file() trims new line after heredoc). (Ilia)
  58. - Fixed bug #31270 (missing safe_mode/open_basedir check in swf_openfile()). (Ilia)
  59. - Fixed bug #31174 (compile warning in url.c). (Ilia, lukem at NetBSD dot org)
  60. - Fixed bug #31159 (COM object access is not working). (Wez)
  61. - Fixed bug #31142 (imap_mail_compose() fails to generate correct output). (Ilia)
  62. - Fixed bug #31398 (When magic_guotes_gpc are enabled filenames with ' get cutoff).
  63.   (Ilia)
  64. - Fixed bug #31288 (Possible crash in mysql_fetch_field(), if mysql_list_fields() 
  65.   was not called previously). (Ilia)
  66. - Fixed bug #31120 (mssql_query returns false on successfull inserts and 
  67.   stored procedures). (Frank)
  68. - Fixed bugs #31107, #31110, #31111, #31249 (Compile failure of zend_strtod.c). 
  69.   (Jani)
  70. - Fixed bug #31106 (Fixed crash in overloaded objects). (Stas)
  71. - Fixed bug #31103 (Better error message when c-client cannot be found). (Ilia)
  72. - Fixed bug #31101 (missing kerberos header file path with --with-openssl). (Jani)
  73. - Fixed bug #31072 (var_export() does not output an array element with an empty
  74.   string key). (Derick)
  75. - Fixed bug #31060 (imageftbbox() does not use linespacing parameter). (Jani)
  76. - Fixed bug #31056 (php_std_date() returns invalid formatted date if 
  77.   y2k_compliance is On). (Ilia)
  78. - Fixed bug #31055 (apache2filter: per request leak proportional to the full
  79.   path of the request URI). (kameshj at fastmail dot fm)
  80. - Fixed bug #30726 (-.1 like numbers are not being handled correctly). (Ilia)
  81. - Fixed bug #30609 (cURL functions bypass open_basedir). (Jani)
  82. - Fixed bug #30573 (compiler warnings in libmbfl due to invalid type cast).
  83.   (Moriyoshi)
  84. - Fixed bug #30549 (incorrect character translations for some ISO8859 charsets).
  85.   (Moriyoshi)
  86. - Fixed bug #30446 (apache2handler: virtual() includes files out of sequence)
  87. - Fixed bug #30430 (odbc_next_result() doesn't bind values and that results 
  88.   in segfault). (pdan-php at esync dot org, Tony)
  89. - Fixed bug #30120 (imagettftext() and imagettfbbox() accept too many
  90.   parameters). (Jani)
  91. - Fixed bug #29733 (printf() handles repeated placeholders wrong).  
  92.   (bugs dot php dot net at bluetwanger dot de, Ilia)
  93. - Fixed bug #29424 (width and height inverted for JPEG2000 files). (Ilia)
  94. - Fixed bug #28976 (mail(): use "From:" from headers if sendmail_from is empty).
  95.   (Jani)
  96. - Fixed bug #28930 (PHP sources pick wrong header files generated by bison).
  97.   (eggert at gnu dot org)
  98. - Fixed bug #28804 (ini-file section parsing pattern is buggy). 
  99.   (wendland at scan-plus dot de)
  100. - Fixed bug #28803 (enabled debug causes bailout errors with CLI on AIX 
  101.   because of fflush() called on already closed filedescriptor). (Tony)
  102. - Fixed bug #28451 (corupt EXIF headers have unlimited recursive IFD directory
  103.   entries). (Andrei)
  104. - Fixed bug #28220 (mb_strwidth() returns wrong width values for some hangul chars). (Moriyoshi)
  105. - Fixed bug #28086 (crash inside overload() function). (Tony) 
  106. - Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr stream).
  107.   (chris at ex-parrot dot com)
  108. - Fixed bug #28067 (partially incorrect utf8 to htmlentities mapping). (Derick,
  109.   Benjamin Greiner)
  110. - Fixed bug #27633 (Double \r problem on ftp_get in ASCII mode on Win32). (Ilia)
  111. - Fixed bug #18613 (Multiple OUs in x509 certificate not handled properly). (Jani)
  112. - Fixed bug #7782 (Cannot use PATH_INFO fully with php isapi). (Unknown)
  113.  
  114. 15 Dec 2004, Version 4.3.10
  115. - Added the %F modifier to *printf to render a non-locale-aware representation
  116.   of a float with the . as decimal separator. (Derick)
  117. - Backported Marcus' foreach() speedup patch from PHP 5.x. (Derick)
  118. - Fixed a bug in addslashes() handling of the '\0' character. (Ilia)
  119. - Fixed potential problems with unserializing invalid serialize data. (Marcus)
  120. - Fixed bug #31034 (Problem with non-existing iconv header file). (Derick)
  121. - Fixed bug #31024 (Crash in fgetcsv() with negative length). (Ilia)
  122. - Fixed bug #31019 (Logic error mssql library checking). (Frank)
  123. - Fixed bug #30995 (snmp extension does not build with net-snmp 5.2). (Ilia)
  124. - Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag). (Ilia)
  125. - Fixed bug #30826 (Certain reference relations cannot be unserialized
  126.   properly). (Ilia)
  127. - Fixed bug #30750 (Meaningful error message when upload directory is not 
  128.   accessible). (Ilia)
  129. - Fixed bug #30739 (imagefill does not set back alphablending mode). (Pierre)
  130. - Fixed bug #30672 (Problem handling exif data in jpeg images at unusual 
  131.   places). (Marcus)
  132. - Fixed bug #30658 (Ensure that temporary files created by GD are removed).
  133.   (Ilia)
  134. - Fixed bug #30654 (oci8 persistent connection is deleted from hash 
  135.   if there was exclusive connection with the same credentials). (Tony)
  136. - Fixed bug #30613 (Prevent infinite recursion in url redirection). (Ilia)
  137. - Fixed bug #30587 (array_multisort doesn't separate zvals before 
  138.   changing them). (Tony)
  139. - Fixed bug #30475 (curl_getinfo() may crash in some situations). (Ilia)
  140. - Fixed bug #30442 (segfault when parsing ?getvariable[][ ). (Tony)
  141. - Fixed bug #30388 (rename across filesystems loses ownership and
  142.   permission info). (Tony)
  143. - Fixed bug #30282 (segfault when using unknown/unsupported
  144.   session.save_handler and/or session.serialize_handler). (Tony)
  145. - Fixed bug #30281 (Prevent non-wbmp images from being detected as such).
  146.   (Ilia)
  147. - Fixed bug #30276 (Possible crash in ctype_digit on large numbers). (Ilia)
  148. - Fixed bug #30229 (imagerectangle and imagefilledrectangle do work well
  149.   with alpha channel, corners are drawn twice). (Pierre)
  150. - Fixed bug #30224 (Sybase date strings are sometimes not null terminated).
  151.   (Ilia)
  152. - Fixed bug #30133 (get_current_user() crashes on Windows). (Edin)
  153. - Fixed bug #30057 (did not detect IPV6 on FreeBSD 4.1). (Wez)
  154. - Fixed bug #30027 (Possible crash inside ftp_get()).
  155.   (cfield at affinitysolutions dot com)
  156. - Fixed bug #29805 (HTTP Authentication Issues). (Uwe Schindler)
  157. - Fixed bug #29418 (double free when openssl_csr_new fails).
  158.   (Kamesh Jayachandran).
  159. - Fixed bug #28598 (Lost support for MS Symbol fonts). (Pierre)
  160. - Fixed bug #28325 (Circular references not properly serialized). (Moriyoshi)
  161. - Fixed bug #28228 (NULL decimal separator is not being handled correctly).
  162.   (Ilia)
  163. - Fixed bug #27469 (serialize() objects of incomplete class). (Dmitry)
  164.  
  165. 22 Sep 2004, Version 4.3.9
  166. - GPC input processing fixes (Stefano Di Paola, Rasmus, Stefan)
  167. - Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory 
  168.   exhaustion. (Andrei)
  169. - Fixed bug with raw_post_data not getting set (Brian)
  170. - Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev)
  171. - Rewritten UNIX and Windows install help files. (Documentation Team)
  172. - Updated PCRE to provide better error handling in certain cases. (Andrei)
  173. - NSAPI: added "bucket" parameter to list of non-php.ini-keys of php4_execute 
  174.   for doing performance stats without warnings in server-log. (Uwe Schindler)
  175. - Fixed bug preventing from building oci8 as shared. 
  176.   (stanislav dot voroniy at portavita dot nl, Tony)
  177. - Fixed leap year checking with idate(). (Christian Schneider, Derick)
  178. - Fixed strip_tags() to correctly handle '\0' characters. (Stefan)
  179. - Fixed funny forking effect in FastCGI when PHP_FCGI_CHILDREN was not set.
  180. - Fixed bug #30050 (Possible crash inside php_shutdown_config()). 
  181.   (Ilia, nw at softwarekombinat dot de)
  182. - Fixed bug #29954 (array_reduce segfaults when initial value is array). (Tony)
  183. - Fixed bug #29882 (isset crashes on arrays). (Marcus)
  184. - Fixed bug #29753 (mcal_fetch_event() allows 2nd argument to be optional).
  185.   (Ilia, Vrana)
  186. - Fixed bug #29727 (Added missing CURL authentication directives). (Ilia)
  187. - Fixed bug #29719 (fgetcsv() has problem parsing strings ending with escaped
  188.   enclosures). (Ilia)
  189. - Fixed bug #29607 (highlighting code with HEREDOC produces invalid output).
  190.   (Ilia)
  191. - Fixed bug #29599 (domxml_error segfaults another apache module). (Rob)
  192. - Fixed bug #29594 (Use PHP's own tmpfile() implementation). (Ilia)
  193. - Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode). (Ilia)
  194. - Fixed bug #29493 (extract(array, EXTR_REFS) misbehaves with elements referred
  195.   twice or more times). (Moriyoshi)
  196. - Fixed bug #29443 (Sanity check for wbmp detection). (Ilia)
  197. - Fixed bug #29369 (Uploaded files with ' or " in their names get their names
  198.   truncated at those characters). (Ilia)
  199. - Fixed bug #29349 (imagecreatefromstring() crashes with external GD library).
  200.   (Ilia, adconrad at debian dot org)
  201. - Fixed bug #29333 (output_buffering+trans_sess_id can corrupt output). (Ilia)
  202. - Fixed bug #29226 (ctype_* functions missing validation of numeric string
  203.   representations). (Ilia)
  204. - Fixed bug #29209 (imap_fetchbody() doesn't check message index).
  205.   (Ilia, Tony)
  206. - Fixed bug #29116 (Zend constant warning uses memory after free).
  207.   (Marcus, jdolecek at NetBSD dot org)
  208. - Fixed bug #29114 (Potential double free in php_stat). (Sara)
  209. - Fixed bug #29075 (strnatcmp() incorrectly handles whitespace).
  210.   (Curt, Ilia)
  211. - Fixed bug #29049 (array sorting via user function/method does not 
  212.   validate it). (Ilia)
  213. - Fixed bug #29038 (extract() with EXTR_PREFIX_SAME prefixes empty strings).
  214.   (Andrey)
  215. - Fixed bug #29034 (wordwrap() returns a boolean when passed empty string).
  216.  (Ilia)
  217. - Fixed bug #28974 (overflow in array_slice(), array_splice(), substr,
  218.   substr_replace(), strspn(), strcspn()). (Andrey)
  219. - Fixed bug #28897 (ibase: -1 returned as -0.000 for 64-bit scaled int). (Ard)
  220. - Fixed bug #28879 (Implicit/Explicit array creation inconsistency when using
  221.   Resources, Arrays, or Objects as indices). (Sara)
  222. - Fixed bug #28878 (Setting of inikey's in obj.conf fails). (Uwe Schindler)
  223. - Fixed bug #28868 (Internal wrapper registry not thread safe). (Sara)
  224. - Fixed bug #28818 (Apache 2 sapis do not export st_dev).
  225.   (xuefer at 21cn dot com, Ilia).
  226. - Fixed bug #28800 (strings beginning with "inf" improperly converted). (Ilia)
  227. - Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test
  228.   command does not support -e parameter). (Ilia)
  229. - Fixed bug #28692 (\0 in Authenticate header passed via safe_mode). (Ilia)
  230. - Fixed bug #28670 (WWW-Authentication header mangling with PCRE in safe_mode
  231.   adds extra spaces). (Ilia)
  232. - Fixed bug #28668 (glob() does not work with relative paths on Windows). (Ilia)
  233. - Fixed bug #28649 (Proper glob() return value on Linux when there are no
  234.   matches). (Ilia)
  235. - Fixed bug #28633 (sprintf incorrectly adding padding to floats). (Ilia)
  236. - Fixed bug #28627 (When multiple MySQL links are used default link is leaked).
  237.   (gavin at ipalsoftware dot com, Ilia)
  238. - Fixed bug #28525 (gmp_powm() does not work with hexadecimal string modulo
  239.   represented as a string). (pickett at sumu dot org, Ilia)
  240. - Fixed bug #28512 (Allocate enough space to store MSSQL data). (Frank)
  241. - Fixed bug #28466 (mbstring_convert_variables() array separation problem).
  242.   (Moriyoshi)
  243. - Fixed bug #28175 (Allow bundled GD to compile against freetype 2.1.2).
  244.   (Elf, Ilia)
  245.  
  246. 14 Jul 2004, Version 4.3.8
  247. - Fixed strip_tags() to correctly handle '\0' characters. (Stefan)
  248. - Fixed memory_limit during request startup. (Stefan)
  249. - Replace alloca() with emalloc() for better stack protection. (Ilia)
  250. - Added missing safe_mode checks inside ftok and itpc. (Ilia)
  251. - Fixed bug #28963 (Missing space for \0 in address allocation in IMAP). (Ilia)
  252. - Fixed bug #28632 (Prevent open_basedir bypass via MySQL's LOAD DATA LOCAL).
  253.   (Ilia)
  254.  
  255. 03 Jun 2004, Version 4.3.7
  256. - Upgraded bundled GD library to 2.0.23. (Ilia)
  257. - Changed user error handler mechanism to relay to built-in error handler if it
  258.   returns false. (Andrei)
  259. - Fixed command line escaping routines for win32. (Ilia)
  260. - Fixed problems with *printf() functions and '%f' formatting. (Marcus)
  261. - Fixed possible crash inside pg_copy_(to|from) function if delimiter is more
  262.   then 1 character long. (Ilia)
  263. - Fixed crash inside cpdf_place_inline_image() when working with truecolor
  264.   images. (Ilia)
  265. - Fixed handling of return values from storred procedures in mssql_execute()
  266.   with multiple result sets returned. (Frank)
  267. - Fixed logic bug in session_register() which allowed registering _SESSION
  268.   and/or HTTP_SESSION_VARS. (Sara)
  269. - Fixed bug #28597 (xmlrpc_encode_request() incorrectly encodes chars in
  270.   200-210 range). (fernando dot nemec at folha dot com dot br, Ilia)
  271. - Fixed bug #28569 (informix connection id is not thread safe).
  272.   (novicky at aarongroup dot cz, Ard)
  273. - Fixed bug #28564 (Problem building informix as a shared extension). 
  274.   (roques at mti dot ag, Ilia)
  275. - Fixed bug #28508 (Do not make hypot() available if not supported by libc).
  276.   (Ilia)
  277. - Fixed bug #28506 (Allow negative start angle in imagearc and imagefilledarc.
  278.   (Pierre)
  279. - Fixed bug #28456 (Problem with enclosed / in uploaded files). (Antony)
  280. - Fixed bug #28386 (wordwrap() wraps lines 1 character too soon). (Ilia)
  281. - Fixed bug #28374 (Possible unterminated loop inside 
  282.   _php_pgsql_trim_message()). (Ilia)
  283. - Fixed bug #28355 (glob() does not return error on Linux when it does not
  284.   have permission to open the directory). (Ilia)
  285. - Fixed bug #28289 (incorrect resolving of relative paths by glob() in
  286.   windows). (Ilia)
  287. - Fixed bug #28229 (run-tests tripped up by spaces in names). (Marcus)
  288. - Fixed bug #28228 (number_format() does not allow empty decimal separator).
  289.   (Ilia)
  290. - Fixed bug #28196 (missing error constants in cURL extension). (Ilia)
  291. - Fixed bug #28187 (parse_url() not handling embedded IPv6 in URLs). (Sara)
  292. - Fixed bug #28175 (build problem for people using FreeType 2.1.0-2.1.2).
  293.   (Ilia)
  294. - Fixed bug #28147 (Crash with drawing anti-aliased lines). (Derick)
  295. - Fixed bug #28122 (dba_open db3: Permission denied). (Marcus)
  296. - Fixed bug #28112 (sqlite_query() crashing apache on malformed query). (Ilia,
  297.   Marcus)
  298. - Fixed bug #28055 (timeout duration too long in feof()/pfsockopen() liveness
  299.   checks). (Wez)
  300. - Fixed bug #28087 (Do not force mysql.trace_mode to 0 on every request).
  301.   (Ilia)
  302. - Fixed bug #28042 (greek letters in html to entitity mapping not correct).
  303.   (Derick)
  304. - Fixed bug #28007 (compile mssql extension with old versions of FreeTDS
  305.   fails). (Frank)
  306. - Fixed bug #27995 (imagefilltoborder() stops the fill process prematurely).
  307.   (Ilia)
  308. - Fixed bug #27810 (don't use php's pemalloc in ext/pcre). (Joe Orton)
  309. - Fixed bug #23220 (SSL: fatal protocol error when talking to IIS). (Wez)
  310.  
  311. 15 Apr 2004, Version 4.3.6
  312. - Updated bundled PDFLib library to version 5.0.3p1 in Windows distribution.
  313.   (Edin)
  314. - Fixed a crash in multi-threaded environments when a thread is shutdown by
  315.   the web server. (Stas)
  316. - Fixed a bug that prevented building of the GD extension against external GD
  317.   lib 1.X. (Ilia, Edin, Nick Talbott).
  318. - Synchronized bundled GD library with GD 2.0.22. (Ilia)
  319. - Fixed bug #27963 (Session lifetime setting may leak between requests). (Ilia)
  320. - Fixed bug #27849 (configure craps out on trivial syntax error). (Derick)
  321. - Fixed bug #27822 (is_resource() returns TRUE for closed resources). (Derick)
  322. - Fixed bug #27819 (problems returning reference to a reference parameter).
  323.   (Ilia)
  324. - Fixed bug #27809 (ftp_systype returns null on some ftp servers). (Ilia)
  325. - Fixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN is
  326.   not defined). (Ilia)
  327. - Fixed bug #27780 (strtotime(+1 xxx) returns a wrong date/time). (Derick)
  328. - Fixed bug #27769 (domxml_xmltree crashes). (Rob)
  329. - Fixed bug #27764 (Get return value from a stored procedure not returning any
  330.   result sets). (Frank)
  331. - Fixed bug #27762 (SCO Openserver doesn't have S_ISSOCK). (Wez)
  332. - Fixed bug #27743 (Make sure Money types are converted and returned
  333.   correctly). (Frank)
  334. - Fixed bug #27732 (Fixed compilation bug inside php_sab_info.h). (Ilia)
  335. - Fixed bug #27731 (error_reporting() inside @ block fails to set
  336.   error_reporting level). (Ilia)
  337. - Fixed bug #27719 (mktime issues on and around DST changeover). (Rasmus)
  338. - Fixed bug #27717 (Test Failures when compiled on 64-bit mode). (Ard, Derick)
  339. - Fixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type 
  340.   Header). (Marcus)
  341. - Fixed bug #27663 (compile failure with cURL 7.11.1). (Ilia)
  342. - Fixed bug #27646 (Cannot serialize/unserialize non-finite numeric values).
  343.   (Marcus)
  344. - Fixed bug #26757 (session.save_path default is bogus for win32). (Wez)
  345. - Fixed bug #26589 (Crash inside mssql extension when selecting many columns 
  346.   of type money). (Frank)
  347. - Fixed bug #25547 (error_handler and array index with function call). 
  348.   (cschneid at cschneid dot com)
  349.  
  350. 26 Mar 2004, Version 4.3.5
  351. - Fixed possible crash using an invalid color index with a palette image in
  352.   imagecolortransparent. (Pierre)
  353. - Fixed php-cgi to not ignore command-line switches when run in a web context.
  354.   This fixes our test cases allowing INI with GET sections to work. (Rasmus)
  355. - Fixed getopt() so it works without $_SERVER. (Rasmus, bfrance)
  356. - Fixed crash in php_ini_scanned_files() when no additional INI files were
  357.   actually parsed. (Jon)
  358. - Fixed possible crashes inside socket extension, due to missing check inside
  359.   allocation functions. (Ilia)
  360. - Fixed zero bytes memory allocation when no extra ini files are found in the
  361.   --with-config-file-scan-dir specified directory. (Eric Colinet, Derick)
  362. - Changed "allow_url_fopen" php.ini option to be PHP_INI_SYSTEM. (Sara)
  363. - Improved the sybase_ct module: (Timm)
  364.   . Added ability to define a message handler not only globally, but also per
  365.     connection.
  366.   . Added "sybct.packet_size" php.ini option.
  367.   . Changed "sybct.login_timeout" php.ini option changeable at runtime.
  368.   . Fixed memory leak in sybase_set_message_handler().
  369. - Synchronized bundled GD library with GD 2.0.17. (Ilia)
  370. - Upgraded PCRE library to version 4.5. (Andrei)
  371. - Updated bundled PostgreSQL library to version 7.4 in Windows distribution.
  372.   (Edin)
  373. - Added support for --program-prefix and --program-suffix configure options.
  374.   (Jani)
  375. - Added a warning when creating temp stream fails with ftp_(n)list(). (Sara)
  376. - Fixed header handler in NSAPI SAPI module (header->replace was ignored,
  377.   send_default_content_type now sends value from php.ini). (Uwe Schindler)
  378. - Fixed bug #27633 (Incorrect EOL translation by ftp_get() in ASCII mode).
  379.   (Ilia)
  380. - Fixed bug #27600 (GCC 3.0.4 does not like __attribute__ directive). (Sascha)
  381. - Fixed bug #27590 (crash during shutdown when freeing persistent resources in
  382.   ZTS mode). (Ilia)
  383. - Fixed bug #27582 (possible crashes in imagefilltoborder()). (Pierre)
  384. - Fixed bug #27580 (pre-initialization errors in ap2 handler are not being
  385.   written to vhost error log). (Ilia)
  386. - Fixed bug #27559 (Corrected open_basedir resolving logic). (Ilia)
  387. - Fixed bug #27530 (broken http auth when safe_mode is on and PCRE is disabled).
  388.   (Ilia)
  389. - Fixed bug #27509 (broken getaddrinfo() causes fsockopen() error). (Sara)
  390. - Fixed bug #27505 (htmlentities() does not handle BIG5 correctly). (Ilia,
  391.   ywliu at hotmail dot com)
  392. - Fixed bug #27498 (bogus safe_mode error on nonexistent directories for
  393.   chdir() and opendir() functions). (Ilia)
  394. - Fixed bug #27460 (base64_decode() does not handle extra padding).
  395.   (Ilia, naish at klanen dot net)
  396. - Fixed bug #27443 (defined() returns wrong type). (Derick)
  397. - Fixed bug #27437 (wrong freetype include inside GD library). (Ilia)
  398. - Fixed bug #27424 (headers missing on flush() in apache 2 SAPIs). (Ilia)
  399. - Fixed bug #27421 (mbstring.func_overload should be system ini setting).
  400.   (Ilia)
  401. - Fixed bug #27384 (unpack() misbehaves with 1 char string). (GeorgeS)
  402. - Fixed bug #27383 (Potential crash inside fopen_wrapper, while
  403.   parsing response code). (Ilia)
  404. - Fixed bug #27354 (Modulus operator crashes PHP). (Derick)
  405. - Fixed bug #27341 (HEAD requests fail to return data). (Ilia)
  406. - Fixed bug #27337 (missing sapi_shutdown() in sapi/isapi causes memory leak).
  407.   (Jani, msisolak at yahoo dot com)
  408. - Fixed bug #27328 (ftp extension relies on 32-bit longs). (Sara)
  409. - Fixed bug #27300 (Improved regex for pg_convert()).
  410.   (benjcarson at digitaljunkies dot ca, Ilia)
  411. - Fixed bug #27295 (memory leak inside sscanf()). (Ilia)
  412. - Fixed bug #27293 (two crashes inside image2wbmp()). (Ilia)
  413. - Fixed bug #27291 (get_browser matches browscap.ini patterns incorrectly).
  414.   (Jay)
  415. - Fixed bug #27278 (*printf() functions treat arguments as if passed by
  416.   reference). (Ilia)
  417. - Fixed bug #27238 (iptcparse() function misses some fields). (Pierre)
  418. - Fixed bug #27235 (Interbase NUMERIC x.0 field returns empty string on 0).
  419.   (Ard)
  420. - Fixed bug #27196 (Missing content_length initialization in apache 2 sapis).
  421.   (Ilia, pdoru at kappa dot ro)
  422. - Fixed bug #27183 (userland stream wrapper segfaults on stream_write).
  423.   (Moriyoshi)
  424. - Fixed bug #27175 (tzset() is not being called by PHP on startup).
  425.   (Ilia, sagawa at sohgoh dot net)
  426. - Fixed bug #27172 (Possible floating point exception in gmp_powm()).
  427.   (Ilia)
  428. - Fixed bug #27171 (crash inside gmp_hamdist()). (Jani)
  429. - Fixed bug #27157 (Compile Failure on Solaris 8). (Timm)
  430. - Fixed bug #27149 (broken CLOB support in oci8 extension). (Antony)
  431. - Fixed bug #27135 (Possible crash inside mb_strlen()). (Moriyoshi)
  432. - Fixed bug #27104 (CLI/CGI SAPI module variable name conflict). (Marcus)
  433. - Fixed bug #27058 (crash in sybase_connect() with 2 arguments). (Ilia)
  434. - Fixed bug #27056 (ints used instead of longs inside some GD functions).
  435.   (Ilia)
  436. - Fixed bug #27040 (passing an array of form-fields to CURLOPT_POSTFIELDS
  437.   does not work). (Ilia, Jani)
  438. - Fixed bug #27037 (fixed possible crash in apache2handler output code).
  439.   (Ilia)
  440. - Fixed bug #27026 (Added "cgi.nph" php.ini option to allow forcing of the
  441.   'Status: 200' header that is not normally needed). (Ilia)
  442. - Fixed bug #27011 (64bit int/long confusion in preg_match*() functions).
  443.   (Ilia)
  444. - Fixed bug #27007 (missing connection closure when connect fails in pgsql).
  445.   (Ilia)
  446. - Fixed bug #26974 (rename() doesn't check the destination file against
  447.   safe_mode/open_basedir). (Ilia)
  448. - Fixed bug #26973 (*printf() '+' modifier broken). (Jani)
  449. - Fixed bug #26969 (--with-openssl=shared build fails). (Jani)
  450. - Fixed bug #26968 (Segfault with Interbase module built as shared). (Ard)
  451. - Fixed bug #26949 (rand(min,max) always returns min when ZTS enabled). (Jani)
  452. - Fixed bug #26937 (Warning in xml.c). (Jani)
  453. - Fixed bug #26927 (preg_quote() does not escape \0). (Ilia)
  454. - Fixed bug #26923 (ext/imap: pam and crypt libraries missing when build as
  455.   shared extension). (Jani)
  456. - Fixed bug #26909 (crash in imap_mime_header_decode() when no encoding is
  457.   used). (Ilia)
  458. - Fixed bug #26896 (ext/ftp does not work as shared extension). (Jani)
  459. - Fixed bug #26892 (ORA-21301 in ocinewcollection() call). (Antony)
  460. - Fixed bug #26878 (problem with multiple references to the same variable with
  461.   different types). (Ilia)
  462. - Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option). (Ilia)
  463. - Fixed bug #26862 (ob_flush() followed by output_reset_rewrite_vars() may
  464.   result in data loss). (Ilia, scottmacvicar at ntlworld dot com)
  465. - Fixed bug #26847 (memory leak in mail() when to/subject contain only spaces).
  466.   (Ilia)
  467. - Fixed bug #26814 (When included file has a parse error, terminate script
  468.   execution). (Ilia)
  469. - Fixed bug #26777 (ext/interbase: Let DB handle NULL params). (Ard)
  470. - Fixed bug #26772, #26967 (file operations return NULL instead of FALSE).
  471.   (Wez, Ilia)
  472. - Fixed bug #26758 (FastCGI exits immediately with status 255).
  473.   (Ilia, tcarter at noggin dot com dot au)
  474. - Fixed bug #26755 (CLI now overrides php.ini settings and switches off output
  475.   buffering). (Edin)
  476. - Fixed bug #26753 (zend_fetch_list_dtor_id() doesn't check NULL strings).
  477.   (Jani, Markus dot Lidel at shadowconnect dot com)
  478. - Fixed bug #26752 (Silent unterminated loop when length parameter for fgets(),
  479.   fread() and fgetss() is 0). (Ilia)
  480. - Fixed bug #26751 (PHP can't find the MySQL socket on a case sensitive file
  481.   system). (Derick)
  482. - Fixed bug #26703 (Certain characters inside strings incorrectly treated
  483.   as keywords). (vrana [at] php [dot] net, Ilia)
  484. - Fixed bug #26699 (mbstring doesn't identify "binary" as a valid encoding).
  485.   (nirva-php at ishiboo dot com, Moriyoshi)
  486. - Fixed bug #26667 (Added safety checks to ip2long()). (Ilia)
  487. - Fixed bug #26653 (open_basedir incorrectly resolved on win32).
  488.   (Ilia, scottmacvicar at ntlworld dot com)
  489. - Fixed bug #26639 (mb_convert_variables() clutters variables beyond the
  490.   references). (Moriyoshi)
  491. - Fixed bug #26635 (fixed look up for fonts in the current directory w/ZTS).
  492.   (Ilia)
  493. - Fixed bug #26625 (pg_convert sets NULL incorrectly for character data types).
  494.   (Ilia)
  495. - Fixed bug #26604 (Apache2 SAPIs implicitly disable Keep-Alive). (Ilia)
  496. - Fixed bug #26595 (ext/domxml: XSLT_NAMESPACE undeclared). (Christian)
  497. - Fixed bug #26565 (strtotime("this month") resolving to the wrong month).
  498.   (Jani)
  499. - Fixed bug #26564 (ncurses5 has headers in PREFIX/include/ncurses/). (Jani)
  500. - Fixed bug #26548 (ext/session: Malformed HTTP dates headers). (Derick)
  501. - Fixed bug #26531 (ext/domxml: get_elements_by_tag_name() wildcard fails).
  502.   (Rob Richards)
  503. - Fixed bug #26488 (Missing declaration of CRTSCTS in ext/dio/dio.c). (Jani)
  504. - Fixed bug #26467 (flock() does not force the "wouldblock" parameter to be
  505.   passed by reference). (Wez)
  506. - Fixed bug #26463 (Incorrect handling of semicolons after heredoc). (Ilia)
  507. - Fixed bug #26462 (phpize + ext/bcmath -> compile error). (Jani)
  508. - Fixed bug #26461 (-lssl missing from LIBS). (Jani)
  509. - Fixed bug #26458 (var_dump(), var_export(), debug_zval_dump() not binary safe
  510.   for array keys). (Ilia)
  511. - Fixed bug #26447 (--with-openssl=shared causes compile errors). (Jani)
  512. - Fixed bug #26446 (domxml_open_file() returns an empty error-Array). (Rob)
  513. - Fixed bug #26440 (MFH missing context options). (Ilia)
  514. - Fixed bug #26438 (error in thttpd SAPI installation). (Jani)
  515. - Fixed bug #26415 (Updated bundled OpenSSL DLLs in the Windows distribution
  516.   to 0.9.7c). (Edin)
  517. - Fixed bug #26407 (Result set fetching broken around transactions). (Timm)
  518. - Fixed bug #26391 (parse_url() destroys strings that contain a character in
  519.   range of \x80-\xff)). (Moriyoshi)
  520. - Fixed bug #26384 (crash in domxslt->process()). (Christian)
  521. - Fixed bug #26381 (rand() without srand() doesn't work with certain php.ini).
  522.   (Jani)
  523. - Fixed bug #26376 (typo in ext/odbc/config.m4: DBMaker test fails). (Jani)
  524. - Fixed bug #26355 (flock() doesn't initialize the wouldblock argument). (Ilia)
  525. - Fixed bug #26309 (Fixed argument parsing for imageftbbox()). (Ilia)
  526. - Fixed bug #26304 (Unexpected data loss when opening dba file). (Marcus)
  527. - Fixed bug #26285 (escapeshellarg() uses wrong quotes on windows). (Ilia)
  528. - Fixed bug #26267 (gmp_random() leaks memory and does not produce random
  529.   numbers). (Jani)
  530. - Fixed bug #26253 (ext/tokenizer: build as shared extension fails). (Jani)
  531. - Fixed bug #26235 (yp_first/yp_next do not specify correct key length). (Ilia)
  532. - Fixed bug #26216 ("getimagesize(): stream does not support seeking" when
  533.   using remote files). (Marcus)
  534. - Fixed bug #26201 (crash in ibase_trans() on invalid link handle). (Ilia)
  535. - Fixed bug #26198 (strtotime() handling of M/F Y date format). (Ilia)
  536. - Fixed bug #26194 (iconv() not properly defined with libiconv).
  537.   (Steph, Frank, Moriyoshi)
  538. - Fixed bug #26176 (Fixed handling of numeric keys in INI files). (Ilia)
  539. - Fixed bug #26168 (shtool availability check in phpize).
  540.   (robbat2 at gentoo dot org, Ilia)
  541. - Fixed bug #26148 (Print the notice before modifying variable on type
  542.   mismatch). (morten-bugs dot php dot net at afdelingp dot dk, Ilia)
  543. - Fixed bug #26128 (mbstring prints out wrong information on phpinfo()).
  544.   (Moriyoshi)
  545. - Fixed bug #26113 (remove leftover local file when ftp_get/ftp_nb_get
  546.   fails). (Ilia)
  547. - Fixed bug #26105 (Compile failure on GCC version 3.0.X). (Ilia)
  548. - Fixed bug #26103 (ext/mime_magic causes compile failure in ext/mssql). (Jani)
  549. - Fixed bug #26097 (gdImageColorClosestAlpha() returns incorrect results).
  550.   (sprice at wisc dot edu, Ilia)
  551. - Fixed bug #26042 (memory leak if mcrypt_generic_deinit() is not called after
  552.   every mcrypt_generic_init() call). (Ilia)
  553. - Fixed bug #26025 (Segfault on glob() without GLOB_NOCHECK or GLOB_NOMAGIC
  554.   under *BSD platforms). (Moriyoshi)
  555. - Fixed bug #26005 (Random "cannot change the session ini settings" errors).
  556.   (Jani, jsnajdr at kerio dot com)
  557. - Fixed bug #26003 (Make fgetcsv() binary safe). (Ilia, Moriyoshi)
  558. - Fixed bug #25963 (PostgreSQL error message include \n characters).
  559.   (Marcus, Ilia)
  560. - Fixed bug #25939 (feof() not working correctly for sockets). (Wez)
  561. - Fixed bug #25916 (get_browser() -> PHP Fatal error: Nesting level too
  562.   deep - recursive dependency?). (Uwe Schindler)
  563. - Fixed bug #25794 (Cannot open existing hash db3 file with write" ext/dba).
  564.   (Marcus)
  565. - Fixed bug #25753 (php.ini settings "leak" from vhosts/.htaccess files).
  566.   (Patch by: rover at tob dot ru)
  567. - Fixed bug #25694 (round() and number_format() give inconsistent results).
  568.   (Ilia)
  569. - Fixed bug #25664 (calling ITypeInfo::Invoke with bogus params). (Wez)
  570. - Fixed bug #25581 (getimagesize () return incorrect values on bitmap (os2)
  571.   files). (Marcus)
  572. - Fixed bug #25329 (sqlite_create_function with method and reference to
  573.   $this). (Marcus).
  574. - Fixed bug #24773 (unsetting string as array causes a crash). (Sara)
  575. - Fixed bug #24773 (Unsetting string offsets crashes PHP). (Moriyoshi, Sara)
  576. - Fixed bug #24582 (extensions can't be loaded dynamically in Solaris/iPlanet).
  577.   (Jani)
  578. - Fixed bug #23467 (date('T') outputs incorrect Time Zone).
  579.   (Jani, scottmacvicar at ntlworld dot com)
  580. - Fixed bug #22403 (PHP crashes when executing a sql procedure without
  581.   parameters). (Timm)
  582. - Fixed bug #22127 (Invalid response code when force-cgi-redirect safety
  583.   mechanism is triggered). (Ilia, scottmacvicar at ntlworld dot com)
  584. - Fixed bug #21760 (Use of uninitialized pointer inside php_read()).
  585.   (Ilia, uce at ftc dot gov)
  586. - Fixed bug #21513 (shutdown functions not executed if timed out). (Zeev)
  587. - Fixed bug #21070 (ftp_genlist/ANSI-tmpfile() fail w/ some platform). (Sara)
  588.  
  589. 3 Nov 2003, Version 4.3.4
  590. - Made MCVE extension available on win32. (Jani)
  591. - Upgraded bundled libfcgi and made FastCGI support viable on Win32. (Sascha)
  592. - Added apache_get_version() function. (Ilia)
  593. - Fixed disk_total_space() and disk_free_space() under FreeBSD. (Jon Parise)
  594. - Fixed crash bug when non-existing save/serializer handler was used. (Jani)
  595. - Fixed memory leak in gethostbynamel() if an error occurs. (Sara)
  596. - Fixed FastCGI being unable to bind to a specific IP. (Sascha)
  597. - Fixed multibyte regex engine to properly handle ".*" pattern under
  598.   POSIX compatible mode. (K.Kosako <kosako at sofnec.co.jp>, Moriyoshi)
  599. - Fixed bug #25955 (Compile failure on MacOSX 10.3 Panther). (Marko, Dan)
  600. - Fixed bug #25923 (mail() modifies the to & subject arguments). (Ilia)
  601. - Fixed bug #25922 (Crash in error handler when 5th argument is modified).
  602.   (Ilia)
  603. - Fixed bug #25918 (Possible crash in mime_content_type()). (Ilia)
  604. - Fixed bug #25900 (document->get_elements_by_tag_name with default xmlns).
  605.   (Rob)
  606. - Fixed bug #25895 (Incorrect detection of safe_mode limited ini options).
  607.   (Ilia)
  608. - Fixed bug #25888 (Crash of php.exe when xpath_eval of a namespace). (Rob)
  609. - Fixed bug #25836 (last key of multi-dimensional array passed via GPC not
  610.   being escaped when magic_quotes_gpc is on). (Ilia)
  611. - Fixed bug #25825 (tzset() was not called to reset libc environment on
  612.   request shutdown). (Wez)
  613. - Fixed bug #25814 (Make flock() return correct value when 3rd argument is
  614.   used). (Ilia)
  615. - Fixed bug #25800 (parse_url() could not parse urls with empty port). (Ilia)
  616. - Fixed bug #25780 (ext/session: invalid "session.cookie_lifetime" makes 
  617.   session_start() to crash in win32). (Jani)
  618. - Fixed bug #25777 (Do not rtrim() of text fields fetched from mssql). (Ilia)
  619. - Fixed bug #25770 (Segfault with PHP and bison 1.875).
  620.   (eggert@gnu.org, Marcus)
  621. - Fixed bug #25764 (ldap_get_option() crashes with unbound ldap link). (Jani)
  622. - Fixed bug #25758 (var_export does not escape ' & \ inside array keys).
  623.   (Ilia)
  624. - Fixed bug #25752 (ext/ncurses: ncurses.h instead of curses.h with BSD).
  625.   (Jani)
  626. - Fixed bug #25746 (Do not bail out when unable to chdir original dir on
  627.   systems with broken getcwd()). (Ilia)
  628. - Fixed bug #25745 (ctype functions fail with non-ascii characters).
  629.   (Moriyoshi)
  630. - Fixed bug #25744 (make ZTS build of ext/sybase compile). (Ilia)
  631. - Fixed bug #25738 (alloca() related issues on the Darwin platform).
  632.   (Moriyoshi)
  633. - Fixed bug #25708 (extract($GLOBALS, EXTR_REFS) mangles $GLOBALS).
  634.   (Moriyoshi)
  635. - Fixed bug #25707 (html_entity_decode() over-decodes &lt;). (Moriyoshi)
  636. - Fixed bug #25703 (openssl configure check failed). (Jani)
  637. - Fixed bug #25701 (On flush() set headers_sent in apache2handler). (Ilia)
  638. - Fixed bug #25671 (str_replace() corrupts subarrays). (Sara)
  639. - Fixed bug #25669 (eregi() with non-ascii characters). (Moriyoshi)
  640. - Fixed bug #25665 (var_dump() hangs on Nan and INF). (Ilia)
  641. - Fixed bug #25648 (xslt_set_encoding() not detected correctly). (Jani)
  642. - Fixed bug #25636 (SNMP Session not closed on success).
  643.   (Ilia, patch by: nesslage at mwsc dot edu)
  644. - Fixed bug #25635 (Make "make tests" to fail due to invalid include_path).
  645.   (Ilia)
  646. - Fixed bug #25604 (HAVE_SNMP_PARSE_OID undefined with phpize build). (Jani)
  647. - Fixed bug #25583 (Incorrect handling of paths starting with "/" on win32
  648.   inside glob() function). (Ilia)
  649. - Fixed bug #25570 (Possible crash in apache2handler when zend_bailout called
  650.   outside of zend_try {} block). (Ilia)
  651. - Fixed bug #25558 (ext/dbase: reverted fix for bug #23463). (Vlad)
  652. - Fixed bug #25530 (checkdate() incorrectly handles floats). (Ilia)
  653. - Fixed bug #25525 (ldap_explode_dn() crashes when passed invalid dn).
  654.   (Sara, patch by: mikael dot suvi at trigger dot ee)
  655. - Fixed bug #25504 (pcre_match_all() crashes when passed only 2 parameters).
  656.   (Jani)
  657. - Fixed bug #25483 (ext/informix: bogus -469 error from ifx_query()).
  658.   (Jani, patch by: denisov at kubsu dot ru)
  659. - Fixed bug #25463 (ext/cpdf: compile failure with bundled GD)
  660. - Fixed bug #25429 (fix copying of stdin using copy() function). (Ilia)
  661. - Fixed bug #25424 (ext/informix: lvarchar not supported in win32). (Jani)
  662. - Fixed bug #25404 (ext/pgsql: open transactions not closed when script ends).
  663.   (Marcus)
  664. - Fixed bug #25385 (ob_gzhandler(): typo in sapi_add_header_ex() call). (Jani)
  665. - Fixed bug #25378 (unserialize() crashes with invalid data). (Jani)
  666. - Fixed bug #25372 (sscanf() does not work with %X). (Jani)
  667. - Fixed bug #25348 ("make install" fails with --enable-short-tags). (Jani)
  668. - Fixed bug #25343 (is_dir() gives warning on FreeBSD). (Jani)
  669. - Fixed bug #25333 (Possible body corruption & crash in win32 mail()). (Ilia)
  670. - Fixed bug #25316 (Possible infinite loop inside _php_stream_write()). (Ilia)
  671. - Fixed bug #25314 (FTP_ASCII mode behaving like binary from Win->Unix).
  672.   (Sara)
  673. - Fixed bug #25308 (php -m crashes when zend extensions are loaded). (Stas)
  674. - Fixed bug #25307 (Crash with WDDX serializer). (Sascha, Jani)
  675. - Fixed bug #25295 (QNX6: php_ini.c:414: 'alphasort' undeclared). (Jani)
  676. - Fixed bug #25294 (ext/ftp: NLST failure leads to crash on exit). (Sara, Rob)
  677. - Fixed bug #25293 (Output correct EOL to error_log). (Ilia)
  678. - Fixed bug #25239 (ftp_fopen_wrapper not RFC compliant). (Sara)
  679. - Fixed bug #25218 ("deflate" compressed pages had a gzip header). (Stefan)
  680. - Fixed bug #25211 (image.c compile failure with AIX). (Marcus)
  681. - Fixed bug #25166 (WDDX serializer handler missing in win32). (Jani)
  682. - Fixed bug #25109 (Possible crash when fetching field names in pgsql). (Ilia)
  683. - Fixed bug #25106 (Added more stringent checks on bzopen() mode). (Ilia)
  684. - Fixed bug #25070 (unlock session files on win32 before closing them). (Ilia)
  685. - Fixed bug #24402 (Compile failure with gettext 0.12.x). (Jani)
  686. - Fixed bug #23488 (zlib.output_compression overrides Vary header). (Stefan)
  687. - Fixed bug #23326 (ext/domxml: Attributes via append_child not supported).
  688.   (Melvyn)
  689. - Fixed bug #21220 (Wrong Apache version shown in phpinfo() output). (Jani)
  690. - Fixed bug #18534 (ifx_close() leaves open session). (nobbie@php.net)
  691. - Fixed bug #14049 (realpath() returns invalid results for non-existent 
  692.   paths). (Ilia)
  693.  
  694. 25 Aug 2003, Version 4.3.3
  695. - Upgraded the bundled Expat library to version 1.95.6. (Jani)
  696. - Upgraded the bundled PCRE library to version 4.3. (Andrei)
  697. - Upgraded the bundled GD library to version GD 2.0.15. (Ilia)
  698. - Improved the engine to use POSIX/socket IO where feasible. (Sascha)
  699. - Improved the IMAP extension (Ilia)
  700.   . Added imap_timeout() function. (bug #24161)
  701.   . Added optional 'charset' parameter to imap_search() and imap_sort().
  702.     (bug #22505)
  703. - Improved the InterBase extension (Daniela)
  704.   . Added transaction constants: IBASE_REC_VERSION, IBASE_REC_NO_VERSION, 
  705.     IBASE_WRITE, IBASE_WAIT and IBASE_CONCURRENCY. (bugs #8797, #23887)
  706.   . Made numeric/decimal datatype handling work on any platform.
  707. - Improved the NSAPI SAPI module (Uwe Schindler)
  708.   . Added possibility to use PHP to generate HTTP error pages (404 Not Found..)
  709.   . Added possibility to use PHP to generate directory listings for directories
  710.     without index.html
  711.   . php4_init (magnus.conf): new parameter to set alternate path to php.ini.
  712.     (php_ini="/path/to/php.ini")
  713.   . php4_execute (obj.conf): support for additional php.ini values.
  714.     Allows different settings per virtual server. 
  715.     (See sapi/nsapi/nsapi-readme.txt for more information)
  716.   . Added support for virtual().
  717.   . Added nsapi_request_headers() and nsapi_response_headers() with aliases 
  718.     for apache compatibility.
  719.   . Added "nsapi.read_timeout" php.ini option. 
  720.   . Synced $_SERVER variables to be similar to Apache variables.
  721. - Added DBA handler 'inifile' to support ini files. (Marcus)
  722. - Added a "DEBUG" note to 'php -v' output when --enable-debug is used. (Derick)
  723. - Added long options into CLI & CGI (e.g. --version). (Marcus)
  724. - Added a new parameter to preg_match*() that can be used to specify 
  725.   the starting offset in the subject string to match from. (Andrei)
  726. - Fixed possible integer overflows in:
  727.   . base64_encode(). (Moriyoshi)
  728.   . bundled GD library. (Ilia)
  729. - Fixed "mysql.connect_timeout" php.ini option to be settable with ini_set().
  730.   (Rasmus)
  731. - Fixed FastCGI IIS document root problem. (Shane)
  732. - Fixed corruption of multibyte character including 0x5c as second
  733.   byte in multipart/form-data. (Rui)
  734. - Fixed possible crash in imagerotate() when an invalid color index
  735.   is used for background color. (Pierre-Alain Joye)
  736. - Fixed a bug that under certain circumstances could invalidate safe_mode.
  737.   (Ilia)
  738. - Fixed certificate version and allowed setting of the serial number in
  739.   openssl_csr_sign(). (Stefan Roehrich)
  740. - Fixed each() to be binary safe for keys. (Zeev)
  741. - Fixed ext/yaz to not log if "yaz.log_file" php.ini option is not set. (Adam)
  742. - Fixed a bug in bundled libmysql (mysql bug #564). (Georg)
  743. - Fixed ext/exif to honor "magic_quotes_runtime" php.ini option. (Marcus)
  744. - Fixed bug #25093 (ext/pgsql: Various leaks due to non-freed queries). (Ilia)
  745. - Fixed bug #25084 (ext/session: Fixed session.referer_check to be independent
  746.   on register_globals). (Ilia)
  747. - Fixed bug #25081 (odbc_fetch_array() may mangle numeric fields). (Ilia)
  748. - Fixed bug #25044 (header("Location:") changing HTTP status). (Marcus)
  749. - Fixed bug #25037 (win32 mail(): Possible infinite loop inside SendText()).
  750.   (Ilia)
  751. - Fixed bug #25007 (rand() & mt_rand() seed RNG every call). (Jani)
  752. - Fixed bug #24989 (external libexpat conflicts with bundled libexpat). (Jani)
  753. - Fixed bug #24980 (array_reduce() uses first element as default running 
  754.   total). (Ilia)
  755. - Fixed bug #24977 (Reverted mysql_select_db() optimization). (Ilia)
  756. - Fixed bug #24958 (Apache2 SAPIs: Incorrect handling of 404s). (Ilia, Justin)
  757. - Fixed bug #24951 (ob_flush() needlessly destroys output handler). (Ilia)
  758. - Fixed bug #24936 (ext/fdf not linked properly as shared extension). (Jani)
  759. - Fixed bug #24909 (Bad random numbers with ZTS builds on Solaris). (Ilia)
  760. - Fixed bug #24897 (inconsistent behavior of shuffle() & array_multisort()).
  761.   (Ilia, Jani)
  762. - Fixed bug #24883 ("variables_order" and "gpc_order" being ignored). (Ilia)
  763. - Fixed bug #24873 (incorrect handling of / inside open_basedir). (Ilia)
  764. - Fixed bug #24871 (aggregate(): methods misidentified as constructors). (Ilia)
  765. - Fixed bug #24827 (ob_gzhandler overrides Vary header). (Ilia)
  766. - Fixed bug #24792 (--enable-zend-multibyte causes random segfaults with ZTS).
  767.   (Fujimoto)
  768. - Fixed bug #24783 (foreach($ar as $key => $val), $key not binary safe). (Zeev)
  769. - Fixed bug #24760 (non-default SNMP port number not working). (Jani)
  770. - Fixed bug #24752 (Unhandled "uniqueidentifier" field type).
  771.   (Ilia, s.sonnenberg[at]coolspot.de)
  772. - Fixed bug #24710 (Crash when $obj->{0} is used). (Zeev)
  773. - Fixed bug #24663 (\n. sequences were not being escaped). (Ilia)
  774. - Fixed bug #24640 (var_export() and var_dump() can not output large floats).
  775.   (Marcus)
  776. - Fixed bug #24629 (FreeBSD select() does not like large microseconds values).
  777.   (Mirco Bauer).
  778. - Fixed bug #24609 (ext/domxml: segfault when using replace node across
  779.   different docs). (Rob Richards)
  780. - Fixed bug #24594 (Rewrite of the imagefill() function). (Pierre-Alain Joye)
  781. - Fixed bug #24592 (NULL related crash in session extension). (Sascha)
  782. - Fixed bug #24573 (debug_backtrace() crashes if $this set to null). (Jani)
  783. - Fixed bug #24560 (parse_url() incorrectly handling certain file:// based
  784.   schemas). (Ilia)
  785. - Fixed bug #24557 (make fclose() respect refcount on the resource).
  786.   (Wez, Ilia)
  787. - Fixed bug #24537 (apache2 compile misses some include directories). (Jani)
  788. - Fixed bug #24535 (ext/mysql: crash when retrieving data from unbuffered
  789.   result after the original connection has been changed). (Ilia)
  790. - Fixed bug #24519 (aggregate_methods_by_list() does not increment refcount).
  791. - Fixed bug #24313 (file_exists() warning on non-existent files when
  792.   open_basedir is used). (Ilia)
  793. - Fixed bug #24312 (base64_decode() does not skip 0xF0-0xFF characters).
  794.   (gereon.steffens[at]onvista.de, Ilia)
  795. - Fixed bug #24284 (Fixed memory leak inside pg_ping()). (Ilia)
  796. - Fixed bug #24249 (fdf_add_doc_javascript() not available on Windows). (Edin)
  797. - Fixed bug #24224 (ibase_blob_get() overflow). (Ard)
  798. - Fixed bug #24223 (missing variable initialization in bundled gd). (Ilia)
  799. - Fixed bug #24220 (range() didn't handle numeric strings correctly). (Ilia)
  800. - Fixed bug #24210 (not detecting assume_default_colors - typo). (Sara)
  801. - Fixed bug #24198 (Invalid recursion detection in array_merge_recurcive()).
  802.   (Ilia)
  803. - Fixed bug #24177 (Apache2 SAPIs: status set incorrectly after flush()).
  804.   (Ilia)
  805. - Fixed bug #24155 (gdImageRotate270 incorrectly use x parameter for y axis).
  806.   (tom@gksystems.com, Ilia)
  807. - Fixed bug #24150 (crash in imap_fetch_overview() &
  808.   imap_rfc822_write_address()). (Ilia)
  809. - Fixed bug #24142 (workaround for a gcc bug affecting round()). (Marcus, Ilia)
  810. - Fixed bug #24063 (serialize() missing 0 after the . on scientific notation).
  811.   (Marcus, Ilia)
  812. - Fixed bug #24063 (scientific notation broken in *printf()). (Ilia)
  813. - Fixed bug #24060 (ncurses_del_panel() causes segfault). (Georg)
  814. - Fixed bug #24054 (Integer overflow failure with GCC/x86 for *=). (Sascha)
  815. - Fixed bug #24028 (Reading raw post message by php://input failed). (Jani)
  816. - Fixed bug #24009 (FastCGI handling of file not found). (Shane)
  817. - Fixed bug #24007 (Problem with register_globals & arrays). (Ilia)
  818. - Fixed bug #23951 (constants in static initializers clobbered by inheritance).
  819.   (Wez, Zend Engine)
  820. - Fixed bug #23936 (ext/interbase: fail to select and fetch). (Ard)
  821. - Fixed bug #23913 (make rename() work across partitions on *nix). (Ilia)
  822. - Fixed bug #23912 (Invalid CSS in phpinfo() output). (Ilia)
  823. - Fixed bug #23902 (NULL in CGI header output). (Shane)
  824. - Fixed bug #23898 (Proper handling of NULLs in odbc_result, odbc_fetch_into
  825.   and odbc_result_all). (Ilia)
  826. - Fixed bug #23897 (Fixed a check for mbfilter_ru.h). (aleks@m2media.ru, Ilia)
  827. - Fixed bug #23894 (sprintf() decimal specifiers problem). (Moriyoshi)
  828. - Fixed bug #23888 (Missing input validation for flags parameter). (Ilia)
  829. - Fixed bug #23808 (broken imagecopymerge()). (Pierre-Alain Joye)
  830. - Fixed bug #23798 (Spaces were not being stripped from Bcc header). (Ilia)
  831. - Fixed bug #23792 (imagerotate() problems with limited platte, the function
  832.   will always return true color image from now on). (Pierre-Alain Joye)
  833. - Fixed bug #23779 (mysql_connect(): disable local infile option if php.ini
  834.   option "open_basedir" is set). (Georg)
  835. - Fixed bug #23769 (In FreeBSD glob() gives wrong result when pattern not
  836.   found). (Hartmut)
  837. - Fixed bug #23733 (Coredump on startup with Oracle 9+). (Edin)
  838. - Fixed bug #23685 (fake values returned when OID value is an empty string).
  839.   (Jani)
  840. - Fixed bug #23664 (FastCGI socket listenting). (Shane)
  841. - Fixed bug #23509 (exit code lost when exit() called from
  842.   register_shutdown_function()). (Ilia)
  843. - Fixed bug #23463 (ext/dbase: added Dbase2 version check). (Vlad Krupin)
  844. - Fixed bug #23285 (Potential Stack overflow in zendlex). (Wez)
  845. - Fixed bug #23104 (hash position of static arrays not being reset). (Ilia)
  846. - Fixed bug #23038, #23574 (aggregate() related leaks and crashes). (Andrei)
  847. - Fixed bug #22947 (Ack() inside win32/sendmail.c may stall in certain
  848.   situations). (Ilia)
  849. - Fixed bug #22690 (ob_start() did not work with create_function() callbacks).
  850.   (Marcus)
  851. - Fixed bug #22592 (Cascading assignments to strings with curly braces broken).
  852.   (Stas)
  853. - Fixed bug #22245 (References inside $_SESSION not being handled). (Ilia)
  854. - Fixed bug #22154 (Possible crash when memory_limit is reached and output
  855.   buffering in addition to session.use_trans_sid is used). (Ilia)
  856. - Fixed bug #22072 (Apache2 sapis do not detect aborted connections). (Ilia)
  857. - Fixed bug #21958 (workaround for unusual realpath() on AIX & Tru64). (Ilia)
  858. - Fixed bug #21957 (serialize() mangles objects with __sleep). (Ilia)
  859. - Fixed bug #21918 (strange behaviour of mixed type in array-keys). (Marcus)
  860. - Fixed bug #21855 (Threading issue on HP-UX). (Roshan Naik, Andi, Moriyoshi)
  861. - Fixed bug #21611 (version_compare() does not support "p" as suffix).
  862.   (Stefan Walk)
  863. - Fixed bug #21074 (Apache2: "ErrorDocument xxx /error.php" broken). (Jani)
  864. - Fixed bug #20896 (-s -w modes with php-cli cause php to hang). (Ilia)
  865. - Fixed bug #19613 (putenv("VAR=") does not empty VAR on win32). (Zeev)
  866. - Fixed bug #18744 (ibase_blob_add() has max limit of 64k). (Ard)
  867. - Fixed bug #18291 (escapeshellcmd() can now handle quoted arguments). (Ilia)
  868. - Fixed bug #17414 (pthreads bug workaround). (timo.teras[at]iki.fi)
  869. - Fixed bug #13142 (strtotime not handling "M d H:i:s Y" format). (Ilia)
  870. - Fixed bug #11924 (ibase_query(), ibase_execute() mangled passed parameters).
  871.   (Jani)
  872. - Fixed bug #7014 (crash in _php_ibase_error() after request shutdown). (Ard)
  873.  
  874. 29 May 2003, Version 4.3.2
  875. - Syncronized bundled GD library with GD 2.0.12. (Ilia)
  876. - Removed support for GDLIB version 1.x.x (php_gd.dll) on Windows. (Edin)
  877. - Enabled read-only GIF support in the bundled GDLIB (php_gd2.dll) on Windows.
  878.   (Sebastian, Edin)
  879. - Improved dba extension (Marcus)
  880.   . Added support for internal error handling of Berkeley db libraries.
  881.   . Disallowed Berkeley db versions 4.1.0 to 4.1.24 due to locking problems.
  882.   . Disallowed linkage of Berkeley db submodules against libraries with
  883.     different major versions.
  884.   . Disallowed configuring of more than one Berkeley db handler. 
  885.   . Reenabled dba_popen() with new persistent STDIO streams.
  886. - Added a new Apache 2.0 SAPI module (sapi/apache2handler) based on the old 
  887.   version (sapi/apache2filter). (Ian Holsman, Justin Erenkrantz)
  888. - Added "disable_classes" php.ini option to allow administrators to disable
  889.   certain classes for security reasons. (Harald)
  890. - Added man page for CLI version of PHP. (Marcus)
  891. - Added --clean option into phpize. (Jani)
  892. - Added --ldflags option into php-config. (Jani)
  893. - Added imagesavealpha() and imageistruecolor() functions. (Pierre)
  894. - Added XBM support for bundled GD library. (Marcus)
  895. - Added session_regenerate_id() function. (Sascha)
  896. - Added zlib_get_coding_type() function which returns the coding type used for 
  897.   output compression. (Moriyoshi)
  898. - Added OCIPasswordChange() which allows renewing expired Oracle users. (Maxim)
  899. - Added memory_get_usage(). Only available when PHP is configured with 
  900.   --enable-memory-limit. (Andrey)
  901. - Added improved JPEG 2000 support for getimagesize(). (Marcus, Adam Wright)
  902. - Added XBM and WBMP support for getimagesize(). (Marcus)
  903. - Added KOI8-R, CP866, and CP1251 support for htmlentities(). 
  904.   (Antony Dovgal, Moriyoshi)
  905. - Added domdocument->free() to free XML-documents from memory. (Rob Richards)
  906. - Fixed a bug in error reporting with the CLI for start-up errors. (Derick)
  907. - Fixed spurious fsync calls during socket communication. (Sascha)
  908. - Fixed a possible vhost issue in thttpd. (Sascha, dgl@dgl.cx)
  909. - Fixed including from HTTP URLs. (Sascha)
  910. - Fixed a lot of memory leaks in domxml. (Rob Richards, Chregu)
  911. - Fixed a bug in GD's truecolor TTF handling. (Derick)
  912. - Fixed several 64-bit problems. (Dave)
  913. - Fixed several errors in hwapi extension. Objects weren't handled properly.
  914.   (Uwe)
  915. - Fixed bug #23788 (str|preg_replace() clobber the array elements). (Ilia)
  916. - Fixed bug #23765 (file uploads ignored due to case sensitivity). (Sara)
  917. - Fixed bug #23738 (ifx_copy_blob() crash). (Jani)
  918. - Fixed bug #23661 (mysql_fetch_array() gives no warning when an invalid 
  919.   argument was passed as result_type). (Derick)
  920. - Fixed bug #23619 (set_error_handler() registered handler not called for
  921.   object instances). (Jani, waboring@qualys.com)
  922. - Fixed bug #23606 (Unable to build --with-db4 (db4.1.25)). (Marcus)
  923. - Fixed bug #23567 (pfsockopen() returns dead connections). (Wez)
  924. - Fixed bug #23539 (curl_exec() produces strange results). (daniel@haxx.se)
  925. - Fixed bug #23527 (PostScript Type 1 fonts do not render properly).
  926.   (nid@home.se, Ilia)
  927. - Fixed bug #23402 (crash with improper use of mssql_bind()). (Frank)
  928. - Fixed bug #23371 (configure falsely detects c-client using SSL). (Jani)
  929. - Fixed bug #23340 (fopen on multiple URLs causes memory corruption). (Wez)
  930. - Fixed bug #23298 (serialize cuts off floats & doubles). (Ilia, Marcus)
  931. - Fixed bug #23232 (safe_mode does not honor PHP_AUTH_* in apache2). (Ilia)
  932. - Fixed bug #23225 (money_format() didn't handle erroneous return of strfmon).
  933.   (Ilia, marcot@tabini.ca)
  934. - Fixed bug #23201 (set_file_buffer() crashes with stdio streams). (Ilia)
  935. - Fixed Bug #23188 (CDB databases created with 'c' mode do not work). (Marcus)
  936. - Fixed bug #23187 (memory leaks in sybase_connect/sybase_pconnect). (Ilia)
  937. - Fixed bug #23162 (user_error() crashs if error message > 1024 bytes).
  938.   (Jay, Marcus, Moriyoshi)
  939. - Fixed bug #23152 ($http_response_header empty on invalid URLs). (Ilia)
  940. - Fixed bug #23102 (integer overflow in exif_iif_add_value()). (Ilia)
  941. - Fixed bug #23099 (ext/interbase: libgds.so: undefined reference to 'crypt').
  942.   (Jani)
  943. - Fixed bug #23093 (highlight_string() crashed with __FUNCTION__). (Jani)
  944. - Fixed bug #23080 (socket_strerror() crashes on win32). (Moriyoshi)
  945. - Fixed bug #23071 (when DST in effect, date("T") crashed PHP).
  946.   (Scott MacVicar, Jani)
  947. - Fixed bug #23069 (tempnam creates readonly file [win32]). (Wez)
  948. - Fixed bug #23009 (pg_select with timestamp). (Marcus, Jay)
  949. - Fixed bug #23008 (ldap_start_tls() not available on Windows). (Edin)
  950. - Fixed bug #23004 (When ftp_close() is called, send QUIT to the ftp server).
  951.   (Ilia)
  952. - Fixed bug #22989 (sendmail not found by configure). (igyu@ionsphere.org)
  953. - Fixed bug #22987 (missing perror() check in configure). (Jani)
  954. - Fixed bug #22965 (Crash in gd lib's ImageFillToBorder()). (Ilia)
  955. - Fixed bug #22939 (crash in imap_header_info()). (Ilia)
  956. - Fixed bug #22844 (Changing bool value via -d or ini_set(), On would be Off).
  957.   (Ilia)
  958. - Fixed bug #22786 (Crash when trying to call DomAttribute's 
  959.   set_namespace method). (Chregu)
  960. - Fixed bug #22775 (Fatal errors exit with status 0 with CGI/CLI). (Jani)
  961. - Fixed bug #22774 (PHP crashes when exiting (long XML doc)). (Rob Richards)
  962. - Fixed bug #22751 (Compile error in gdcache.c when external libgd is used).   
  963.   (Jani)
  964. - Fixed bug #22721 (Poor file() performance on systems without mmap). (Wez)
  965. - Fixed bug #22709 (Crash in interbase when database unavailable).
  966.   (Vladimir Michl)
  967. - Fixed bug #22681 (Crash when reading from invalid file pointer). (Ilia)
  968. - Fixed bug #22672 (User not logged under Apache2). (Ian) 
  969. - Fixed bug #22616 (Wrong order of -lssl and -lcrypto with IMAP). (Jani)
  970. - Fixed bug #22613 (imagettfbox() does not add the kerning distance to the
  971.   running position). (Ilia)
  972. - Fixed bug #22585 (Do not terminate the script on minor errors). (Ilia)
  973. - Fixed bug #22550 (overflow protection for upload_max_filesize ini option).
  974.   (Ilia)
  975. - Fixed bug #22544 (writing transparency to truecolor png images). (Ilia)
  976. - Fixed bug #22538 (failed stat on stdio/stdin/stderr streams). (Wez, Ilia)
  977. - Fixed bug #22530 (append_child does not unlink node). (Chregu)
  978. - Fixed bug #22520 (mcrypt_generic_deinit() was not available on Windows).
  979.   (Edin)
  980. - Fixed bug #22508 (Added protection against circular HTML redirects). (Ilia)
  981. - Fixed bug #22473 (ISAPI Secure Server variables not available).
  982.   (Christian Swoboda)
  983. - Fixed bug #22402 (opening of ftp for read/write could fail due to invalid
  984.   return code handling). (Ilia)
  985. - Fixed bug #22384 (FNM_CASEFOLD is not available). (Hartmut)
  986. - Fixed bug #22382 (fgetcsv() did not handle \" correctly). (Ilia)
  987. - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT). (Jani)
  988. - Fixed bug #22363 (combinations of fwrite(), fread() and fseek() produce
  989.   unexpected results). (Wez)
  990. - Fixed bug #22355 (PHP would remove folding from Subject & To fields). (Ilia)
  991. - Fixed bug #22330 (overloaded strrpos() gives wrong results).
  992.   (david@santinoli.com, Moriyoshi)
  993. - Fixed bug #22312 (crash on failed connection when curl_getinfo() was called).
  994.   (Phil Oleson <poleson@verio.net>)
  995. - Fixed bug #22308 (optimized passthru, code is now ~40 times faster). (Ilia)
  996. - Fixed bug #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but
  997.   returns false). (Jani)
  998. - Fixed bug #22301 (htmlspecialchars() crashes Apache on Tru64). (Ilia)
  999. - Fixed bug #22299 (gethostbyname() with non-existing domain crashed on MacOSX).
  1000.   (Jani)
  1001. - Fixed bug #22283 (possible crash when opening relative URLs). (Ilia)
  1002. - Fixed bug #22238 (stream_select() clobbers fifos under win9x). (Wez)
  1003. - Fixed bug #22234 (copy() fails if source file has 0 length). (Moriyoshi)
  1004. - Fixed bug #22227 (printf() field limiters broke between 4.2.3 and 4.3.0).
  1005.   (Moriyoshi)
  1006. - Fixed bug #22224 (implode() changes object references in array). (Moriyoshi)
  1007. - Fixed bug #22221 (bad rows count in the result object for postgresql). (Marc)
  1008. - Fixed bug #22207 (e notation in *printf would be missing a 0 when there is
  1009.   no exponent). (Ilia)
  1010. - Fixed bug #22220 ("php_admin_value open_basedir none" does not work). (Jani)
  1011. - Fixed bug #22191 (frontbase build broken with old version of frontbase). 
  1012.   (Ilia)
  1013. - Fixed bug #22187 (spprintf function did not handle floats correctly). (Ilia)
  1014. - Fixed bug #22149 (incorrect insertion of session id when tabs are used to
  1015.   separate tag elements). (Ilia)
  1016. - Fixed bug #22141 (removed undocumented Boyer str_replace() method). (Sara)
  1017. - Fixed bug #22103 (Added gdImageEllipse and replaced old gdImageFilledEllipse
  1018.   with a better implementation). (Pierre)
  1019. - Fixed bug #22088 (array_shift() left next index to be +1 too much). (Jani)
  1020. - Fixed bug #22083 (MySQL charset directory problem on Windows). (Edin)
  1021. - Fixed bug #22059 (ftp_chdir() causes segfault). (Sara)
  1022. - Fixed bug #22048 (crash in imap_header() when the e-mail contains an 
  1023.   abnormally large number of special characters). (Ilia)
  1024. - Fixed bug #22042 (pg_result_seek() would never seek to the 1st row in the
  1025.   result due to always seeking to row next to the one requested). (Ilia)
  1026. - Fixed bug #22031 (Made curl_write() & curl_write_header() binary safe).
  1027.   (Ilia)
  1028. - Fixed bug #22022 (Crash in imap_mail_compose() if the body is an empty array).
  1029.   (Ilia)
  1030. - Fixed bug #22017 (date() does not support negative timestamps on win32).
  1031.   (Ilia)
  1032. - Fixed bug #22008 (strip_tags() eliminates too much). (Moriyoshi)
  1033. - Fixed bug #21007 (html_errors off text-only output in phpinfo). (Marcus)
  1034. - Fixed bug #22004 (Overload extension and _call() breaks classes). (Shane)
  1035. - Fixed bug #21998 (array_pop() did not reset the current array position).
  1036.   (Jani)
  1037. - Fixed bug #21978, #21036 (win32 mail(), bcc: gets interpreted as cc:). (Sara)
  1038. - Fixed bug #21885 (move_uploaded_file() does not ignore open_basedir). (Wez)
  1039. - Fixed bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE).
  1040.   (Jani)
  1041. - Fixed bug #21815 (fpassthru() ignored buffered data but complained anyway).
  1042.   (Wez)
  1043. - Fixed bug #21809 (select would not always timeout during socket shutdown).
  1044.   (Wez)
  1045. - Fixed bug #21751 (default output buffer could not be deleted). (Marcus)
  1046. - Fixed bug #21725 (return behaviour differs between include and require).
  1047.   (Zeev)
  1048. - Fixed bug #21713 (include remote files leaks descriptors on Solaris). (Wez)
  1049. - Fixed bug #21708 (ucwords() trouble again). (Moriyoshi)
  1050. - Fixed bug #21689 (fgetcsv() suppresses some characters before a separator).
  1051.   (Masahiro, Moriyoshi)
  1052. - Fixed bug #21912, #21676 (getimagesize() failed for remote files). (Wez)
  1053. - Fixed bug #21597 (made glob() understand Windows paths). (Edin)
  1054. - Fixed bug #21549 (problem with Ingres II persistent connections). (Jani)
  1055. - Fixed bug #21544 (Extended checks for where FreeTDS is installed). (Frank)
  1056. - Fixed bug #21534 (typo in gmp_gcdext() causes incorrect results). (Sara)
  1057. - Fixed bug #21531 (file_exists() and other filestat functions report errors
  1058.   when the requested file/directory does not exists). (Sara)
  1059. - Fixed bug #21529 (memory corruption by fsockopen()). (Ilia)
  1060. - Fixed bug #21525 (bind_textdomain_codeset() now available on Windows). (Edin)
  1061. - Fixed bug #21523 (number_format() could cause a memory allocation for a
  1062.   negative memory size in situations where the sprintf implementation of the
  1063.   host system generated less decimal places than were requested). (Wez)
  1064. - Fixed bug #21518 (imagecreatefromstring() crashed with invalid image files).
  1065.   (Ilia)
  1066. - Fixed bug #21511 (config.status warning). (Jani)
  1067. - Fixed bug #21498 (mysql_pconnect connection problems). (Georg)
  1068. - Fixed bug #21453 (improper handling of non-terminated < by strip_tags()).
  1069.   (Ilia)
  1070. - Fixed bug #21445 (gd unable to open fonts). (Ilia)
  1071. - Fixed bug #21443 (improper handling of ? surrounded by spaces 
  1072.   in get_browser()). (Ilia)
  1073. - Fixed bug #21442 (crash in mail() on Windows when 1st parameter is empty). 
  1074.   (Edin)
  1075. - Fixed bug #21410 (fixed handling of NULL or "" files on Win32). (Ilia)
  1076. - Fixed bug #21378 (COM code crashes after update 4.2.1 to 4.3.0). (Harald)
  1077. - Fixed bug #21338 (html_entity_decode() crashed when "" is passed). (Ilia)
  1078. - Fixed bug #21310 (Solaris has issues with getcwd() needing read permissions
  1079.   on directories instead of just execute). (Wez, jflemer)
  1080. - Fixed bug #21297 (in CLI/CGI on the #! it would leave a \n when the code 
  1081.   encounters \r\n). (Ilia)
  1082. - Fixed bug #21268 (session_decode() returned FALSE on success). (Ilia)
  1083. - Fixed bug #21267 (opening URLs that result in redirection to a relative
  1084.   path was failing). (Ilia)
  1085. - Fixed bug #21229 (missing 3rd argument to php_module_startup). (Ilia)
  1086. - Fixed bug #21228 (broken check for ob_gzhandler and made ob_start() return
  1087.   the correct value). (Ilia)
  1088. - Fixed bug #21226 (parse_url handling of urls without a path). (Ilia)
  1089. - Fixed bug #21224 (apache configure fails when using --enable-versioning).
  1090.   (Jani)
  1091. - Fixed bug #21169 (Compile Failure and lots of warnings on UnixWare). (Derick)
  1092. - Fixed bug #21131 (fopen() with mode 'a+' and rewind() doesn't work). (Wez)
  1093. - Fixed bug #20857 (snmpset() failed always, patch by: rs@epost.de). (Jani)
  1094. - Fixed bug #20802 (PHP would die silently when memory limit reached). (Ilia)
  1095. - Fixed bug #20715 (odbc could not be compiled as shared extension). (Jani)
  1096. - Fixed bug #20641 (Numeric/decimal datatype overflow in ext/interbase
  1097.   on Win32). (Daniela)
  1098. - Fixed bug #20503 (imagesetbrush() not available on Windows). (Edin)
  1099. - Fixed bug #20282 (COM memory leak). (Harald)
  1100. - Fixed bug #20256 (snprintf() not defined on some systems). (Jani)
  1101. - Fixed bug #19919 (crash in sapi_apache_header_handler under heavy load).
  1102.   (George)
  1103. - Fixed bug #19795 (Problems with strnatcmp() / strnatcasecmp()). (Moriyoshi)
  1104. - Fixed bug #17868 (multiple <!--include--> used to include PHP files crashes).
  1105.   (Ilia)
  1106. - Fixed bug #17448 (Print the message when OCI_SUCCESS_WITH_INFO is returned).
  1107.   (Maxim)
  1108. - Fixed bug #17098 (make Apache2 aware that PHP scripts should not be cached). 
  1109.   (Ilia)
  1110. - Fixed bug #16798 (Compile failure with LOB support for Oracle version < 8.1).
  1111.   (Maxim)
  1112. - Fixed bug #14532 (fixed connection_status() to return 2 for timeouts). (Jani)
  1113. - Fixed bug #14245 ('make install' fails on AIX when using --with-apxs). (Jani)
  1114. - Fixed bug #13757 (CGI: passing query string on command line broken). (Shane)
  1115. - Fixed bug #13561 (--without-pear disabled phpize/php-config install). (Jani)
  1116. - Fixed bug #13551 (bcmath functions applying scale incorrectly). (Sara)
  1117.  
  1118. 17 Feb 2003, Version 4.3.1
  1119. - Fixed serious security vulnerability in CGI SAPI. (Shane)
  1120.  
  1121. 27 Dec 2002, Version 4.3.0
  1122. - If you don't specify building any other SAPI "make install" will install the
  1123.   CGI SAPI binary in {PREFIX}/bin/php. If you want to install CLI SAPI in that
  1124.   location use "make install-cli" after "make install" or add --disable-cgi
  1125.   to your configure options. In the Windows distribution CLI SAPI is included
  1126.   in the "cli" folder. (Edin)
  1127. - Removed extensions: (Jan, Jani, Sebastian)
  1128.   . ext/aspell
  1129.   . ext/ccvs
  1130.   . ext/icap
  1131.   . sapi/fastcgi
  1132.   . sapi/fhttpd
  1133. - Moved extensions to PECL (http://pear.php.net/): (James, Derick, George)
  1134.   . ext/vpopmail
  1135.   . ext/cybermut
  1136.   . ext/cybercash
  1137. - Make PHP_AUTH_* variables not available in safe mode under Apache when an
  1138.   external basic auth mechanism is used. (Philip)
  1139. - Aliased dba_popen() to dba_open() until 4.3.2 when persistent STDIO streams
  1140.   are introduced. (Andrei)
  1141. - Fixed a security bug in the bundled MySQL library. (Georg, Stefan)
  1142. - ZLIB extension is now built-in in the Windows distribution.
  1143.   External extension (php_zlib.dll) has been removed. (Edin)
  1144. - Fixed a bug in ISO-8601 week calculation
  1145. - Fixed a crash when using invalid color index with imagecolortransparent().
  1146.   (Pierre-Alain Joye)
  1147. - Fixed bug #20987 (no handling for client certificates). (Ilia)
  1148. - Fixed bug #21039 (crash when not supplying an IV to mcrypt_generic_init).
  1149.   (Derick)
  1150. - Fixed bug #20936 (openssl_pkey_get was broken). (jeroen@derks.it, Wez)
  1151. - Fixed bug #20927 (wordwrap crash). (Ilia)
  1152. - Fixed bug #20796 (when register_globals is on & arrays with same names are
  1153.   passed via get/post/cookie the data inside $_GET/$_POST/$_COOKIE can would be
  1154.   corrupted). (Ilia)
  1155. - Fixed bug #20725 (if the upload directory cannot be written to, the POST data
  1156.   after the uploaded file is lost). (Ilia)
  1157. - Fixed bug #20865 (array_key_exists() fails to find NULL key). (Ilia)
  1158. - Fixed bug #20812 (ftp_get returned NULL on success, instead of TRUE). (Ilia)
  1159. - Fixed bug #20785 (crash when using pdf_open_memory_image() to load a
  1160.   true-color image). (Ilia)
  1161. - Fixed a crash when converting between true-color images (png/jpeg) and
  1162.   gd1/gd2 image formats, png/jpeg -> gd1/gd2 -> png/jpeg conversion now
  1163.   works correctly. (Ilia, Pierre-Alain Joye)
  1164. - Fixed a memory leak in the bundled GD library inside 
  1165.   gdImageTrueColorToPalette(). (Ilia)
  1166. - Fixed bug #12776 (array_walk crash). (Moriyoshi)
  1167. - Fixed bug #20934 (htmlspecialchars returns latin1 from UTF-8). (Moriyoshi)
  1168. - Fixed bugs #20270, #15702, #18600 (segfaults in ext/java). (Tony J. White)
  1169. - Made bcmath extension thread safe. (Sander)
  1170. - Fixed bug #19566 (get_declared_classes() segfaults). (Moriyoshi, Marcus, Andi)
  1171. - Fixed bug #20381 (array_merge_recursive mangles input arrays). (Moriyoshi) 
  1172. - Added -n command switch to cli and cgi version which allows to skip php.ini
  1173.   parsing at startup. (Marcus, Wez)
  1174. - Fixed bug #19689 (absolute paths like /test/dir/ not working correctly).
  1175.   (Ilia)
  1176. - Added "neutral" language entry to mbstring spec. (Moriyoshi) 
  1177. - Changed bundled gd library to consider php.ini option memory_limit. (Marcus)
  1178. - Modified log() to accept multiple bases. (Jason)
  1179. - Fixed bugs #16190/18746 (ext/db: flatfile support with windows). (Marcus)
  1180. - Added gd_info() which returns an array of gd support information. (Marcus)
  1181. - Implemented features/changes requested in Bug #16960 (Timm):
  1182.   . Added a new function sybase_unbuffered_query()
  1183.   . Added a new function sybase_fetch_assoc()
  1184.   . Added sybase_set_message_handler() which enables users to handle
  1185.     server messages in a callback function
  1186.   . Added an ini entry for deadlock retries - retrying deadlocks can cause 
  1187.     transaction state to break (sybct.deadlock_retry_count,
  1188.     defaults to -1 "forever").
  1189.   . Fixed sybase_fetch_object() not to return objects with numeric members
  1190.   . Fixed issues with identical fieldnames
  1191.   . Made sybase_fetch_*() functions return correct datatypes
  1192.   . Made phpinfo() section more verbose
  1193.   . Made sybase_query() error messages more verbose
  1194. - Fixed bug #19935 (made OpenSSL file system operations abide by safe_mode
  1195.   & open_basedir restrictions). (Ilia)
  1196. - Fixed bug #18868 (improved the check for availability of realpath()). (Ilia)
  1197. - Fixed width/height detection of bmp images using getimagesize() function on
  1198.   big endian systems and added code to retrieve bmp bit depth. (Ilia)
  1199. - Fixed bug #20035 (line counting error when script starts with #! in 
  1200.   cgi/cli/fastcgi sapis). (Ilia)
  1201. - Fixed bug #20235 (incorrect handling of symlinks on ZTS build). (Ilia)
  1202. - Added sanity checks to headers_sent() & image_type_to_mime_type(). (Ilia)
  1203. - Added an aditional parameter to the jdtojewish() function which makes
  1204.   the function return the symbolic hebrew name. (Moshe Doron, Derick)
  1205. - Fixed bug #20169 (implode() clobbers first argument). (Moriyoshi)
  1206. - Improved dba extension (Marcus)
  1207.   . Added dba_handlers() that returns an array of installed handlers and
  1208.     dba_list() that returns an associative array of open database files. 
  1209.   . Added bundled cdb support wich can be activated by --with-cdb without a
  1210.     path. The bundled version supports cdb_make that allows writing cdb files.
  1211.   . Added optional skip parameter to dba_fetch() to support multiple key-value
  1212.     pairs with the same key for cdb handler.
  1213.   . Added locking for those handlers that do not have their own locking.
  1214.   . Added support for magic_quotes_runtime php.ini option.
  1215.   . Added flatfile support what finally makes ext/db deprecated.
  1216. - Added imagerotate() which is available only when bundled libgd is used.
  1217.   (Pierre-Alain Joye, Ilia)
  1218. - Fixed bug #17497 (mssql extension crashes if magic_quotes_runtime is on).
  1219.   (Sterling)
  1220. - Remove $_FILES from $_REQUEST (import_request_variables is not modified), 
  1221.   this didn't work properly in the first place, and added confusion. (Sterling)
  1222. - Fixed the socket_read() function on win32 to work in normal mode (reading to
  1223.   the end of a line), as well as binary mode. (Sterling)
  1224. - Fixed bug #20110 (added sanity check to prevent include/require functions
  1225.   from trying to include directories). (Ilia)
  1226. - Fixed bug #20108 (segmentation fault on printf("%1.1s", "string")). (Ilia)
  1227. - Added dbx_escape_string() function to dbx module. (Marc)
  1228. - Added Oracle (oci8) support to dbx module. (Marc)
  1229. - Updated FDF extension to work with Adode fdftk 5.0. (Hartmut)
  1230. - Added mb_strtolower() and mb_strtoupper(). (Moriyoshi)
  1231. - Fixed an infinite loop in setlocale() when only invalid locale names
  1232.   were passed in the array. (patch by Pal Loberg, pallo@initio.no)
  1233. - Fixed bugs #19156 and #19544 (COM extension leaks memory and keeps
  1234.   components referenced). (Harald)
  1235. - Added fribidi_get_charsets() and fribidi_charset_info() functions. (Tal)
  1236. - Added Oracle TIMESTAMP type to oci8 extension. (Thies)
  1237. - Fixed fgets($fp) to read until EOL when length parameter is not set. (Wez)
  1238. - Changed registry entries under "HKLM\SOFTWARE\PHP\Per Directory Values" to
  1239.   work also with administrative directives such as safe_mode, open_basedir,
  1240.   etc. (Claudio Felber) 
  1241. - Added str_word_count() function which counts words inside a string. (Ilia)
  1242. - Added PGSQL_CONNECT_FORCE_NEW option to pg_connect() (Yasuo)
  1243. - Added ICONV_IMPL and ICONV_VERSION constants to iconv extension to
  1244.   indicate which iconv implementation is used. (Moriyoshi)
  1245. - Fixed bug #4232 (Added %e & %E support to printf/sprintf). (Ilia)
  1246. - Fixed bug #17580 (Allow ini parser to parse files >16K). (Ilia)
  1247. - Fixed bug #19649 (Sanity checks for browscap.ini parser). (Ilia)
  1248. - Added experimental patch to address problem with floats on various locales.
  1249.   (Bug #17079). (Ilia)
  1250. - Fixed bug #19280 (imap_header fails with many To: addresses). (Ilia)
  1251. - Added mb_regex_set_options(). The Options parameters of various mbregex
  1252.   functions are now deprecated. (Moriyoshi)
  1253. - Fixed bug #19482 (Segfault with PCRE and locale). (Andrei)
  1254. - Made ImageTruecolorToPalette() in bundled GD2 library actually work. (Rasmus)
  1255. - Fixed ImageCopy() in bundled GD2 library to handle copying from truecolor to
  1256.   palette-based. (Wez, Rasmus)
  1257. - Added read-only GIF support for bundled GD2 library. (Rasmus)
  1258. - Made several adjustments to xslt extension (David Viner, Lehnar, Melvyn)
  1259.   . Added xslt_set_object and xslt_setopt function
  1260.   . Changed backend interaction with Sablotron library
  1261.   . Fixed leak with error_print
  1262.   . Made xslt_make_array() always set NULL on last index to signal array end.
  1263. - Changed the glue argument in implode() to be optional. If not specified,
  1264.   defaults to "". (Sterling)
  1265. - Fixed fields argument to contain correct info for xslt_set_error_handler().
  1266.   (Patch by Lenar Lohmus)
  1267. - Added --with-config-file-scan-dir compile-time switch which specifies a
  1268.   directory which will be scanned for *.ini files. (Rasmus)
  1269. - Added ob_get_clean() and ob_get_flush(). (Yasuo)
  1270. - Added ftp_ssl_connect() to ext/ftp for FTP over SSL support. (Stefan Esser)
  1271. - Made a few additions and changes to Apache 2 sapi. (Ilia)
  1272.   . Added apache_response_headers(), apache_note(), apache_getenv() and 
  1273.     apache_setenv() functions.
  1274.   . Added more detailed error reporting to apache_lookup_uri() and virtual().
  1275.   . Renamed getallheaders() to apache_request_headers() and made an alias for BC.
  1276.   . Added php_apache_sapi_getenv() and php_apache_sapi_get_stat().
  1277.   . Added syntax-highlighting handling (.phps)
  1278. - Fixed strstr(), strchr() and strrchr() to be binary safe. (Andrey)
  1279. - Added array_diff_assoc() and array_intersect_assoc(). (Andrey)
  1280. - Fixed bug #17825 (ob_start() chunk size option didn't work well). (Yasuo)
  1281. - Fixed output buffer infinite loop when buffer_size became 0. (Marcus, Wez)
  1282. - Added getopt() for parsing command line options and arguments. (Jon)
  1283. - Added pg_fetch_assoc(), pg_fetch_all(), pg_ping(), pg_meta_data(), pg_convert(), 
  1284.   pg_insert(), pg_select(), pg_update(), pg_delete(), pg_result_seek(),
  1285.   pg_unescape_bytea(), pg_get_notify() and pg_get_pid(). (Yasuo)
  1286. - Fixed bug #17281 (Sanity checks for encoding sessions). (Ilia)
  1287. - Fixed bug #16995 and #19392 (Prevent crash if $HTTP_SESSION_VARS != ARRAY).
  1288.   (Ilia)
  1289. - Fixed bug #19292 (open_basedir restriction problem). (Rasmus)
  1290. - Fixed bug #19366 (gdImageFill crashes when x & y are outside of 
  1291.   the image's boundries). (Ilia)
  1292. - Fixed bug #13936 (__FILE__ constant didn't contain full path). (Ilia)
  1293. - PHP now has a new stream system that allows it to do some clever stuff with
  1294.   fopen() and fsockopen().  As a result:
  1295.   . URL wrappers natively supports https:// URLs if you have compiled
  1296.     OpenSSL support into PHP (shared extension does not support this).
  1297.   . Added support for fopen("ftps://...", ...) which allows to connect to FTP 
  1298.     servers via SSL. (Stefan Esser)
  1299.   . fsockopen() adds support for ssl:// and tls:// connections via TCP/IP
  1300.   . copy($srcfilename, $destfilename) can now be used with URL wrappers
  1301.   . zlib wrappers/streams can be used even on systems without fopencookie()
  1302.   . Changed 'zlib:' fopen wrapper to 'compress.zlib://' and deprecate
  1303.     'zlib:' to avoid ambiguities when filenames have ':' characters. (Wez)
  1304.   . Added 'compress.bzip2://' stream and wrapper support.
  1305.   . Added user-space streams - it is now possible to define a class in PHP
  1306.     code and register it as a URL wrapper. (stream_register_wrapper)
  1307.   . Most extensions now support streams when passing files, which means
  1308.     that those extensions will now also support URL wrappers. (Wez)
  1309.   . Added URL-wrapper support to exif. (Marcus)
  1310.   . Added memory stream support. (Marcus)
  1311.   . Renamed:
  1312.       socket_set_timeout()  -> stream_set_timeout()
  1313.       socket_set_blocking() -> stream_set_blocking()
  1314.       set_file_buffer()     -> stream_set_write_buffer()
  1315.       socket_get_status()   -> stream_get_meta_data()
  1316.     As these functions can (in theory) work on any type of stream. (Wez)
  1317.   . Raw POST data is now available as "php://input" stream. (Hartmut)
  1318.   . fopen("php://output", "wb") returns a stream that writes to the output
  1319.     buffer (like echo and print). (Wez)
  1320.   . Added stream_context_create(), stream_context_set_params() and
  1321.     stream_context_set_option and added an optional fourth parameter to
  1322.     fopen() which accepts a stream context.  Contexts allow sharing of
  1323.     information between streams (a kind of "session") and setting
  1324.     notification callbacks. (Wez)
  1325.   . Made the "User-Agent" header sent by http:// and https:// wrappers
  1326.     configurable in php.ini or via a stream context. (Sterling)
  1327.   . Added stream_filter_prepend() and stream_filter_append() which apply
  1328.     a filter to either the top or the bottom of a stream filter stack.
  1329.     Implemented "string.rot13" filter as an example; more filters are
  1330.     expected to follow in later releases and other extensions. (Wez)
  1331.   . Added stream_select() which works like socket_select but works on
  1332.     streams returned by fopen(), fsockopen() and pfsockopen() instead. (Wez)
  1333.   . Added STDIN, STDOUT and STDERR constants for CLI sapi reflecting opened
  1334.     streams to their respective standard I/O counterparts. (Edin)
  1335.   . Added php.ini option "auto_detect_line_endings" which enables PHP to
  1336.     detect Macintosh, Unix and Dos end-of-line characters in fgets() and
  1337.     file(). Fixes bugs #16521 and #16708. (Wez)
  1338.   . Fixed include(), require() and GD functions to work with remote files
  1339.     under win32.
  1340.     Fixed bug #18609 (ImageCreateFromJPEG can't fetch from a URL). (Wez)
  1341. - Fixed bug #18022 (fopen does not work with php://stdin anymore on Solaris).
  1342.   (Wez)
  1343. - Added php.ini option "default_socket_timeout" to set the timeout limit for 
  1344.   PHP network streams. (kalowsky, ilia@prohost.org, Wez)
  1345. - Added file_get_contents() which returns the contents of a file as a string. 
  1346.   This function also supports the URL wrappers. (Wez)
  1347. - Fixed bug #19595 (Missing functions for GD2 format handling). (Edin)
  1348. - Fixed bug #19633 (Wrong directories in ext/ldap/config.m4). (Derick)
  1349. - Fixed bugs #17274 and #19627 (segfault in sem_remove). (Wez)
  1350. - Added mb_convert_case() function to the mbstring extension which can convert
  1351.   strings between upper, lower and title case using Unicode mappings.
  1352.   Fixed bug #19257 (strtolower & strtoupper does not work for UTF-8 strings).
  1353.   (Wez)
  1354. - Fixed bug #18521 (htmlentities didn't warn about unsupported charsets). (Wez)
  1355. - Fixed bug #11643 (Session related, fix SID redefinition). (Ilia)
  1356. - Fixed bug #18556 (Scripting Engine, problem with locales like tr_TR). (Ilia)
  1357. - Changed y2k_compliance to default to 1 now. (Sascha)
  1358. - Added platform independent socket error constants for better error handling. (Jason)
  1359. - Update output of phpinfo() to use more CSS to reduce the file size, do
  1360.   proper HTML escaping, and make it XHTML compliant. (Colin)
  1361. - Fixed compile errors in the FriBidi extension (Bug #16414). (Tal)
  1362. - Fixed bugs #7472, #12120 and #12989 as well as other potential problems
  1363.   with strip_tags() function. (Ilia)
  1364. - Fixed bugs #17570 and #17957 (Regexps related). (Andrei, Ilia)
  1365. - Fixed bugs #18167 and #16859 (SEGV with session_decode). (Ilia)
  1366. - Fixed bugs #19573 and #13472 (Session, XHTML compliance and trans_sid). 
  1367.   (Sascha)
  1368. - Fixed bug #19570 (last character was missing in get_html_translation_table). 
  1369.   (Wez)
  1370. - Upgraded PCRE to version 3.9. (Wez)
  1371. - Fixed bug in OCIResult() which returned garbage when called on 
  1372.   empty result-sets. (Thies)
  1373. - Added ability to use Perl-style ${n} subpattern references in the
  1374.   replacement string for preg_replace() (bug #18442). (Andrei)
  1375. - Fixed array_merge_recursive() to avoid problems with merging cyclical
  1376.   arrays (bug #16064). (Andrei)
  1377. - Made function_exists() work properly with disabled functions. (Andrei)
  1378. - Added ability to extract() variables as references via OR'able EXTR_REFS
  1379.   flag. (Andrei)
  1380. - Fixed a build failure with the OCI8 extension on Tru64.
  1381.   (Patch by Michael Mauch, micahel.mauch@gmx.de)
  1382. - Added --disable-all configure option. (Jani)
  1383. - Backported debug_backtrace() from ZendEngine2. (Thies)
  1384. - Added html-free phpinfo() output for CLI. (Jan)
  1385. - Fixed socket_recvfrom() to be binary safe. (Jason)
  1386. - Changed mail() to use escape_shell_cmd() to allow multiple extra parameters 
  1387.   to the invocation of the mailer as used in the fifth parameter. (Derick)
  1388. - Changed cURL extension to require cURL version 7.9.8 (Derick)
  1389. - Added zend_execute_internal which is called like zend_execute but for
  1390.   internal functions. (Thies)
  1391. - Changed pg_connection_status(), pg_connection_reset(), pg_connection_busy(),
  1392.   pg_result_status() and pg_result_error() to silently return FALSE when 
  1393.   resource is not passed to them. (Yasuo)
  1394. - Fixed some mysql compile failures on 64 bit-OS. (Georg)
  1395. - Added warnings for deprecated mysql functions:
  1396.   . mysql_create_db() 
  1397.   . mysql_drop_db() 
  1398.   . mysql_escape_string()
  1399. - Added XsltObject->result_dump_mem($result) for returning xslt-result directly
  1400.   into a string and XsltObject->result_dump_file($result,$file[,$compression]) 
  1401.   for dumping into a file. (morus.walter@web.de, chregu)
  1402. - Made mime_magic and ZIP extensions available on Windows. (Edin)
  1403. - Added xslt_backend_version() and xslt_backend_name() for getting
  1404.   information about the processor backend. (chregu)
  1405. - Added ImageColorMatch() and ImageLayerEffect() functions which are only 
  1406.   available when using the bundled GD library. (ttoohey)
  1407. - Made major improvents to the pcntl extension. (Jason)
  1408.   . Greatly improved performance (signal callback mechanism uses ticks)
  1409.   . Implemented object signal callback ability by using array($obj, $method)
  1410.   . Added a restart parameter to pcntl_signal, which allows you to disable
  1411.     the default of system call restarting
  1412. - Changed DomNode->next_sibling() and DomNode->previous_sibling() to return
  1413.   NULL instead of false (W3C specs). (chregu)
  1414. - Changed DomNode->insert_before() and DomNode->append_child() to conform to
  1415.   W3C specs (moving not copying nodes, accepting NULL as 2nd param). (chregu)
  1416. - Added DomNode->set_namespace(uri[,prefix]) (chregu)
  1417. - Fixed shuffle() to properly generate all possibilities. (Patch provided by
  1418.   Adam <adam@trachtenberg.com>)
  1419. - Fixed DomNode->insert_before() to behave according to W3C spec
  1420.   ie. new_child is moved, not copied. (chregu)
  1421. - Added some namespace support with DomNode->add_namespace(uri, prefix)
  1422.   and DomDocument->create_element_ns(uri, nodename) (chregu)
  1423. - Added optional parameter to DomElement->node_name() for retrieving fully 
  1424.   qualified name (ie. namespace prefix). (chregu)
  1425. - Changed DomNode->child_nodes() to return empty array instead of false if no
  1426.   child nodes are found. (chregu)
  1427. - Fixed a bug with handling the Expect header. (Patch by ilia@prohost.org)
  1428. - Fixed a bug in ODBC where closing the module caused a crash in the Windows 
  1429.   executable. (kalowsky)
  1430. - Fixed memory leaks in pack() and unpack(). (Patch by ilia@prohost.org)
  1431. - Added URLs to error messages which direct to a page describing the error or 
  1432.   function in question. (Derick, Wez, Marcus)
  1433. - Added odbc_data_source() functionality to identify DB ServerName, and a 
  1434.   description of it gathered from the DSN. (kalowsky)
  1435. - Fixed copy() to return TRUE with 0 byte files. (Patch by ilia@prohost.org)
  1436. - Added ob_list_handlers() which returns an array of all active output
  1437.   handlers. (Marcus)
  1438. - Added mbstring encoding/decoding "HTML-ENTITIES". (Marcus)
  1439. - Added parameter 'L' for mb_http_input() to retrieve input encoding as a
  1440.   comma separated string. (Marcus)
  1441. - Added the ability for declare() compiler modifications to occur globally
  1442.   by using an empty statement. (Jason, Zend Engine)
  1443.   i.e.  
  1444.         //Globally enables the ticks modifier for the whole program
  1445.         declare (ticks=1);
  1446.  
  1447.         //Enables the ticks modifier for just the lexical block containing
  1448.         //"statement".
  1449.         declare (ticks=1) {
  1450.            statement;
  1451.         }
  1452. - Brought strtotime() "next" keyword handling in line with documentation and
  1453.   its glibc cousin. (Rasmus)
  1454. - Fixed str_rot13() to not mangle source string. (Rasmus)
  1455. - Fixed imap_get_quota() to work with multiple returned resources as per
  1456.   the RFC 2087 and bug #14673. (kalowsky, Sander Steffann)
  1457. - Added MarkerNote decoding to exif_read_data() for several Cameras. (Marcus)
  1458. - Disabled zlib.output_compression for "image/" content-type
  1459.   headers which can be changed during script execution. (Stefan)
  1460. - Added new asynchronous FTP functions. (Stefan)
  1461. - Added optional 5th parameter to FTP functions to support resuming. (Stefan)
  1462. - Added optional 2nd parameter to print_r() to make it return the variable
  1463.   representation instead of echoing it. (Derick)
  1464. - Added mysql_ping(), mysql_real_escape_string(), mysql_character_set_name(), 
  1465.   mysql_thread_id(), mysql_stat() and mysql_list_processes(). (Zak, Georg)
  1466. - Added safe_mode & open_basedir checks for pg_lo_export(). (Yasuo)
  1467. - Added open_basedir check for pg_lo_import(). (Yasuo)
  1468. - Fixed infinite recursion crash bug in ticks. (Jason)
  1469. - Added php.ini option "mysql.connect_timeout" to set the timeout limit for 
  1470.   mysql_connect() and mysql_pconnect(). (Georg)
  1471. - Added optional parameter "flags" to mysql_connect() and mysql_pconnect() 
  1472.   which can be used to set usage of idle timeout and different protocols,
  1473.   SSL and compressed. (Georg)
  1474. - Added automatic rollback to ext/mysql for non committed transactions. (Georg)
  1475. - Fixed cases where preg_split() incorrectly terminated final element if it 
  1476.   contained null bytes. (Andrei)
  1477. - Added persistent connections/pipelining to thttpd. (Sascha)
  1478. - Fixed two potential blocking issues in thttpd. (Sascha)
  1479. - Fixed broken header file detection on Solaris. (Sascha)
  1480. - Improved nss/socket-related symbol/library detection. (Jani, Sascha)
  1481. - Made iconv() work well with both libiconv and libgconv. (Moriyoshi, Yasuo)
  1482. - Fixed socket_set_timeout() on win32. (Jason, Edin, Jani)
  1483. - Added domxml_node_namespace_uri(). (Rui Lopes)
  1484. - Fixed win32 memory leak in /ext/sockets that would occur on any error 
  1485.   condition. Also fixed host resolution error messages on win32. (Jason)
  1486. - Added optional 3rd parameter 'recursive' to ftp_rawlist() which will
  1487.   do 'LIST -R' instead of 'LIST'. (Jani)
  1488. - Changed getimagesize() to always set unknown fields to 0 and added support
  1489.   for iff imagetype. (Marcus)
  1490. - Added runtime Apache2 thread check to ensure we don't run a non-threaded
  1491.   PHP inside a threaded Apache2 MPM.  (Rasmus)
  1492. - Made getimagesize() and exif_read_data() to return also the mime-type and 
  1493.   exif_thumbnail() to return also the image-type. (Marcus)
  1494. - Added image_type_to_mime_type() which converts image-types to mime-types.
  1495.   (Marcus)
  1496. - Made GD functions to only exist if they are available in libgd. Now the 
  1497.   availability can be tested with function_exists(). (Derick)
  1498. - Added an optional parameter to the header() function which overrides the HTTP
  1499.   response code. (Derick)
  1500. - Changed the order of which modules are unloaded to the reverse order of
  1501.   which they were loaded. (Derick, Zend Engine)
  1502. - Added preliminary SAX-Input support. It's now possible to build a DomDocument
  1503.   with SAX-Events. (chregu)
  1504. - Bundled GD library 2.0.1 with php (ext/gd/libgd) (Rasmus, Jani, Markus, Edin)
  1505. - Fixed bzopen() crash in thread-safe mode. (Andrei)
  1506. - Added better error-messages (3rd parameter) and validating of DTDs (2nd
  1507.   parameter) to domxml_open_mem() and domxml_open_file(). (Christian)
  1508. - Added domxml_doc_validate() for validating existing DomDocuments with a DTD.
  1509.   (Christian)
  1510. - Added ability to capture string offsets in preg_match_*() results.
  1511.   (David Brown, Andrei)
  1512. - Fixed set_error_handler() to accept methods as callbacks and also report
  1513.   invalid callbacks. (Andrei)
  1514. - Fixed a memory corruption bug in overload extension. (Andrei)
  1515. - Fixed error handling in fsockopen() on win32. (Jason)
  1516. - Added win32 support for the timeout parameter of fsockopen(). (Jason)
  1517. - Fixed shuffle() to provide equal distribution of values. (Andrei)
  1518. - Added --with-mysql-sock configure option which can be used to override
  1519.   the unix socket location. (e.g. NFS compiles, etc.) (James Cox)
  1520. - Fixed is_a() to properly work on extension registered classes. (Andrei)
  1521. - Added new constants: PHP_PREFIX and PHP_SHLIB_SUFFIX. (Stig)
  1522. - Added pctnl_alarm() function. (Edin)
  1523. - If zlib.output_compression is enabled and a page is compressed 
  1524.   a "Vary: Accept-Encoding" header is now added. (Stefan)
  1525. - Renamed getallheaders() to apache_request_headers() and kept getallheaders() 
  1526.   as an alias to it. Also added apache_response_headers() which returns the 
  1527.   current response headers from Apache. (Rasmus)
  1528. - Added missing AddRef() calls in the COM extension. This should fix weird 
  1529.   behaviour (in particular with ADODB). (Harald)
  1530. - Fixed segfault in version_compare(). (Stig)
  1531. - Added compressed Flash MX files support to getimagesize(). (Derick)
  1532. - Added ability to capture string offsets in preg_split() results.
  1533.   (David Brown, Andrei)
  1534. - Fixed a crash bug in token_get_all(). (Andrei)
  1535. - Implemented glob() for Unix/Win32. (Hartmut, Edin, Markus)
  1536. - Added domxml_doc_set_root() to change the root node. (Lukas Schroeder)
  1537. - Fixed a crash bug in stripslashes() when working in sybase mode. (Rasmus)
  1538. - Added experimental support for Simplified Chinese, Traditional Chinese and
  1539.   Korean encodings into mbstring. (Rui)
  1540. - Misc. Win32 mail() enhancements: support 'From:' header (msisolak@yahoo.com),
  1541.   support Bcc header, case-insensitive headers, enhanced error reporting,
  1542.   automatic proper line ending conversion, fixed crash with Cc, fixed buffer
  1543.   overflows with $header. (Markus)
  1544. - Improved IMAP extension performance. (adam.kauffman@mindspring.com,
  1545.   rjs3@andrew.cmu.edu, Jon)
  1546. - Added optional 5th parameter to domxml_xslt_process(). When set, profiling
  1547.   information is saved to the specified file. (chregu)
  1548. - Added MD5 support for crypt() on Windows. (Edin)
  1549. - Fixed resource bug in LDAP extension. (Stig Venaas)
  1550. - Fixed crash in output buffering when buffer is overwritten in a callback. 
  1551.   (Yasuo)
  1552. - Added output_add_rewrite_var() and output_remove_rewrite_var() to inject
  1553.   and remove variables from the URL-Rewriter. (Thies)
  1554. - The Windows build can now be configured more comfortably, for example 
  1555.   when dealing with built-in extensions. (Sebastian)
  1556. - Added large OID value (2^31 to 2^32) support for pg_lo_import(),
  1557.   pg_lo_unlink(), pg_lo_open() and pg_lo_export(). (Yasuo)
  1558. - Fixed mixing OCIPlogon() and OCINLogon() to not leak Oracle-Sessions. (Thies)
  1559. - Added php.ini options for EXIF extension to encode and decode Unicode/JIS
  1560.   user comments. (Marcus)
  1561. - Changed the "-c" CLI/CGI option to allow both 'filename' and 
  1562.   'path to php.ini'. (Yasuo)
  1563. - Added version information to the .dll and .exe files created under Windows.
  1564.   (jtate)
  1565. - Added __FUNCTION__ and __CLASS__ constants. (Jani, Zend Engine)
  1566. - Added optional 2nd parameter for pg_result_status() to specify return type. 
  1567.   (Yasuo)
  1568. - Added "log_errors_max_len" php.ini option which controls maximum length for 
  1569.   error messages. (Marcus)
  1570. - Added "ignore_repeated_errors" and "ignore_repeated_source" php.ini options
  1571.   which can be used to disable logging of repeated error messages. (Marcus)
  1572. - Made pg_last_notice() work correctly. (Yasuo)
  1573. - Added "pgsql.ignore_notice" and "pgsql.log_notice" php.ini options. (Yasuo)
  1574. - Added "zlib.output_compression_level" php.ini option. (Stig)
  1575. - Added support for --with-apxs build on Mac OS X / Darwin. (markonen)
  1576. - Added support for dynamically loaded extensions on OS X / Darwin. 
  1577.   NOTE: This requires Apache 1.3.25 or later. (kalowsky, markonen)
  1578. - Fixed CR/LF processing in quoted_printable_decode() on Win32. (kir)
  1579. - Made crack extension available on Win32. Cracklib libraries for Win32 are
  1580.   available at http://www.jtatesoftware.com/cracklib/. (jtate)
  1581. - Added mysql_info() function. (Jan)
  1582. - Added mysql_list_processes() and mysql_stat() functions. (Georg)
  1583. - Fixed memory allocation problem on systems that have iconv() support in libc.
  1584.   (Yasuo)
  1585. - Made var_dump() handle recursive structures better. (Yasuo, Derick)
  1586. - Added exif_imagetype() function. (Marcus)
  1587. - New improved build system. Among other improvements, replaces the slow 
  1588.   recursive make with one global Makefile and eases the integration of proper
  1589.   dependencies. Automake is only needed for its aclocal tool. The build 
  1590.   process is now more portable and less resource-consuming. (Sascha)
  1591.  
  1592. 06 Sep 2002, Version 4.2.3
  1593. - Disabled the fifth parameter in mail() when safe-mode is turned on. (Derick)
  1594. - Enable UTF8 modifier support for PCRE on win32. (Wez, Edin)
  1595. - Enabled strcoll() on win32. (Markus)
  1596. - Fixed possible ASCII control char injection in mail(). (Stefan Esser)
  1597. - Fixed a potential crash bug in import_request_variables() (Zeev)
  1598. - Fixed several problems with directory functions on Windows. (Steph)
  1599. - Fixed xbithack bug in Apache module. (Rasmus)
  1600. - Fixed a bug that prevented touch() from working on various platforms. (Steph)
  1601. - Fixed ob_gzhandler()'s handling of requests that do have the Accept-Encoding
  1602.   header, but do not allow compression. (Zeev)
  1603. - Fixed several bugs in the multithreaded version that could cause random parse
  1604.   errors, especially on machines with multiple CPUs. (Zeev, Zend Engine)
  1605. - Fixed a build problem in bcmath. (Alan)
  1606. - Fixed several bzip2 issues. (Andrei, kalowsky)
  1607. - Fixed several COM issues. (Harald)
  1608. - Various exif fixes. (Marcus)
  1609. - Fixed domxml_xslt_process() and domxml_get_element_by_id() and several
  1610.   other issues in DOMXML. (Christian)
  1611. - Fixed DOMXML crash on removing previously created attributes. (Christian)
  1612. - Fixed crash when converting $GLOBALS to an object. (Zeev, Zend Engine)
  1613. - Fixed ImageCreateFromGD2Part() (Jani)
  1614. - Fixed a build issue in the IMAP extension under IRIX. (kalowsky)
  1615. - Fixed a bug in imap_last_error() (Jani)
  1616. - Various mbstring fixes. (Yasuo, Rui)
  1617. - Fixed a build problem in the mcal extension. (Jani)
  1618. - Made MySQL rollback open transactions when the request ends. (Georg)
  1619. - Fixed a crash in the shutdown order of the ODBC module. (kalowsky)
  1620. - Fixed PCRE build problems. (troels@arvin.dk)
  1621. - Fixed a crash in pg_lo_write() (Yasuo)
  1622. - Fixed posix_isatty() and posix_ttyname(). (Markus)
  1623. - Fixed accidental pg_lo_import() API change. (Yasuo)
  1624. - Fixed ereg_replace() crash when the backreference number was greater than the 
  1625.   number of captured subpatterns. (oliver@billix.franken.de)
  1626. - Fixed array_rand() on thread-safe platforms such as Windows. (Edin)
  1627. - Report the right exit code after a call to exit(). (Edin)
  1628.  
  1629. 22 Jul 2002, Version 4.2.2
  1630. - Fixed serious security vulnerability. (Stefan Esser)
  1631.  
  1632. 13 May 2002, Version 4.2.1
  1633. - Added safe-mode checks to show_source(), parse_ini_file() and rmdir(). Also
  1634.   fixed security problems with safe_mode_include_dir directive. (Rasmus)
  1635. - Changed HTTP upload code to accept 0 byte file uploads. (Zeev)
  1636. - Major update of domxml. New functions, better DOM compliance and bug fixes:
  1637.   * Changed the old $node->append_child() to $node->append_sibling() since
  1638.     the new append_child() behaves correctly (= W3C standard).
  1639.   * Added domxml functions:
  1640.     . domxml_elem_get_elements_by_tagname() 
  1641.     . domxml_doc_get_elements_by_tagname()
  1642.     . domxml_doc_get_element_by_id()
  1643.     . domxml_elem_remove_attribute()
  1644.     . domxml_elem_get_attribute_node()
  1645.   * Fixed a segfault in domxml_unlink(). 
  1646.   * Added formatting option to domxml_dump_mem(). 
  1647.   (Uwe, jtate, Chregu)
  1648. - Fixed a bug in socket_select() that could cause unexpected behavior when
  1649.   using a statement like $w = $e = array($sock); This change unfortunately
  1650.   prevents the use of constant values (e.g. NULL) for the socket array
  1651.   paramaters. Instead, use a temporary variable or an expression with the
  1652.   leftmost member being a temporary variable. ex.:
  1653.   socket_select($w, $r, $e = NULL, 10); (Jason)
  1654. - Fixed crashes in the session serializer. (Stas)
  1655. - Fixed malformed atime/mtime with touch(). (Yasuo)
  1656. - Fixed a couple of bugs in array_sum() and array_merge(). (Andrei)
  1657. - Fixed SJIS directory name handling under Windows. (Rui)
  1658. - Fixed empty mb_output_handler() output when Content-Type is specified.
  1659.   (Yasuo) 
  1660. - Fixed the false logic in ext/session which made SID constant not to be
  1661.   defined when cookies are disabled. (Sascha)
  1662. - Fixed possible crash bug in HTTP uploads. (Patch: Lucas Schroeder)
  1663. - Fixed possible NULL-pointer dereferencing in the COM extension which
  1664.   caused 'Error in php_OLECHAR_to_char()' warnings on various places.
  1665.   Also modified the API to consistently return NULL in case of an error.
  1666.   (Alan, Harald)
  1667. - Fixed a bug in the COM extension that caused outproc servers to 'hang'
  1668.   because of a missing Release() call. (Alan, Harald)
  1669.  
  1670. 22 Apr 2002, Version 4.2.0
  1671. - ATTENTION!! register_globals defaults to 'off' now !!!
  1672. - Note: Apache2 support is EXPERIMENTAL.
  1673. - PostgreSQL functions are renamed, but all old function names are available.
  1674.   Old function names will be available long enough. User can safely use old
  1675.   function names. (Yasuo)
  1676. - Moved ext/mailparse to PECL. See http://thebrainroom.com/opensource/php/
  1677.   for more information and to download the extension. (Wez/Jim)
  1678. - Fixed pg_last_notice() crash. (Yasuo)
  1679. - Modified the mysql extension to disable 'LOAD LOCAL' when safe mode is 
  1680.   enabled. (Jason)
  1681. - Added CLI (command line interface) sapi which is more suitable for writing 
  1682.   shell scripts. Some of the differences to CGI sapi are: no HTTP headers, 
  1683.   plain text error messages, does not change working directory, have a new -r
  1684.   option which executes a piece of PHP code directly from the commmand line, etc.
  1685.   (Edin)
  1686. - Fixed HTTP file upload support to handle big files better. (Jani)
  1687. - Major modifications to the Sockets Extension and its API (Jason):
  1688.   . Fixed numerous bugs.
  1689.   . Added automatic host lookup capability to all functions that take addr's.
  1690.     example: socket_connect($sock, 'www.yahoo.com', 80);
  1691.   . Corrected and standardized host lookup errors
  1692.   . Modified socket_recv() behavior. [$r=socket_recv($sock, $buf, $len, $flags)]
  1693.   . Added socket_set_block() which changes a socket into blocking IO mode
  1694.   . Modified socket_last_error() to not clear the last error
  1695.   . Added socket_clear_error() which clears the last error on a socket
  1696.   . Removed all code pertaining to fd_sets (socket_fd_*)
  1697.   . Modified/Improved socket_select() to accept array of resources instead of 
  1698.     fd_sets. example: 
  1699.     <?php 
  1700.           $wfds=$rfds=array($sock1, $sock2, $sock3, $sock7);
  1701.           $r=socket_select($rfds, $wfds, NULL, 1);
  1702.           print "Ready to read:\n"; var_dump($rfds);
  1703.     ?>
  1704. - Fixed segfault in ibase_close() if user does not free the resultset.
  1705.   Bugs #15419, #15992. (daniela)
  1706. - Added optional 3rd parameter "int encoding_mode" to gzencode() and fixed 
  1707.   parameters to conform documentation. (Stefan)
  1708. - Changed read_exif_data() to be an alias of exif_read_data(). (Marcus)
  1709. - Added exif_tagname() function which returns the names of tags and
  1710.   exif_thumbnail() function to extract embedded thumbnails. (Marcus)
  1711. - Fixed iconv support with FreeBSD. (kalowsky)
  1712. - Cleaned up the posix extension: (Markus)
  1713.   . Removed unwanted warning messages
  1714.   . Added posix_errno() and posix_strerror() for fetching error messages
  1715.   . Changed the way posix_getgrnam() and posix_getgrgid() return their values 
  1716.     (breaks BC but makes more sense)
  1717.   . Does not include functions in symbol table which aren't supported on host 
  1718.     system. 
  1719. - Added TIFF support for getimagesize() and read_exif_data(). (Marcus)
  1720. - Changed the Velocis extension namespace to Birdstep to reflect new product 
  1721.   name. Added aliases for BC. (James)
  1722. - Added safe_mode checks for opendir(). (jflemer)
  1723. - Changed the 2nd parameter in pgsql_fetch_*() functions to support NULL if
  1724.   all 3 parameters are supplied, but you do not want to provide a row number.
  1725.   (Derick)
  1726. - Improved iconv() when using libc's iconv. (Yasuo)
  1727. - Added PHP_SAPI constant which contains the name of running SAPI. (Edin)
  1728. - Added ob_get_status() which returns an array of buffers with their status.
  1729.   (Yasuo)
  1730. - Fixed a crash bug in ob_end_*() functions. ob_end_*() will not delete
  1731.   buffers that may not be deleted. (Yasuo)
  1732. - Added 3rd parameter "bool erase" to ob_start(). If FALSE, the buffer may not
  1733.   be deleted until script finishes. (Yasuo)
  1734. - Changed ob_*() functions to return TRUE for success, FALSE for failure.
  1735.   (Yasuo)
  1736. - Added sybase_ct support to dbx module. (Marc)
  1737. - Fixed error message handling with PostgreSQL 7.2. (Rui)
  1738. - Added object aggregation capability, see aggregation_*() functions. (Andrei)
  1739. - Added debug_zval_dump() which works similarly to var_dump, but displays 
  1740.   extra internal information such as refcounts and true type names. (Jason)
  1741. - Added Andrei's tokenizer extension. (Stig)
  1742. - Fixed a bug in the COM extension which caused php to crash in
  1743.   php_COM_get_ids_of_names(). (Paul, Harald)
  1744. - Removed ext/satellite. It is now part of PEAR. (eriksson)
  1745. - Changed php.ini directive 'safe_mode_include_dir' to accept a (semi)colon 
  1746.   separated path (like 'include_path') rather than a single directory.
  1747.   (jflemer)
  1748. - Added is_a() function that can be used to test whether object is of a certain
  1749.   class or is derived from it. (Andrei, Zend Engine)
  1750. - Added optional parameter to highlight_string() and highlight_file() which
  1751.   makes these functions to return a highlighted string instead of dumping
  1752.   it to standard output. (Derick)
  1753. - Added EXTR_IF_EXISTS and EXTR_PREFIX_IF_EXISTS flags to extract(). (Rasmus)
  1754. - Fixed a segfault in pg_pconnect(). If PostgreSQL server is restarted, broken 
  1755.   connection is detected and reconnected. (Yasuo)
  1756. - Fixed --enable-safe-mode configure option. (Yasuo)
  1757. - Added function domxml_dump_node($doc,$node). Dumps a node plus all children 
  1758.   into a string. (chregu)
  1759. - Added function domxml_node_get_content(). (chregu)
  1760. - Added function domxml_dump_file($filename,[$compression]). Dumps XML to
  1761.   a file and uses compression, if specified. (chregu)
  1762. - Added exslt integration to domxml extension (http://exslt.org for details).
  1763.   Configure with --with-dom-exslt[=DIR] (and --with-dom-xslt). 
  1764.   (chregu,jaroslaw)
  1765. - Fixed session_unset() to not touch any globals if register_globals is off.
  1766.   (Thies)
  1767. - Added 3 new optional parameters to OCIFetchStatement(). They control
  1768.   the number of rows to skip at the beginning of the cursor, the
  1769.   maximun numer of rows that should be fetched and the format of the
  1770.   returned array. (Thies)
  1771. - Updated the XSLT extension to support Sablotron 0.8. (Petr Cimprich)
  1772. - Fixed a bug in preg_match() and preg_match_all() when matching strings 
  1773.   contain null bytes. (Andrei)
  1774. - Added xpath_register_ns() function. This makes it possible to issue XPath 
  1775.   queries with namespaces like for example: "//namespace:sampletag".
  1776.   (Chris Jarecki)
  1777. - Added multi-byte enabled regular expression functions. (Rui)
  1778. - Added optional second parameter to count() which can be used to specify
  1779.   either normal or recursive counting. (patch by Vlad Bosinceanu <glipy@fx.ro>)
  1780. - Added mb_get_info() to get internal settings of mbstring. (Rui)
  1781. - Added async query functions to PostgreSQL module. (Yasuo)
  1782. - Added pg_copy_to()/pg_copy_from() for PostgreSQL module. (Youichi, Yasuo)
  1783. - Added IPv6 support for FTP extension. (Stig Venaas)
  1784. - Improved the speed of wordwrap() significantly. (Jim)
  1785. - Fixed pow()'s incorrect behaviour when dealing with powers of 0. (Jim)
  1786. - Added is_finite(), is_infinite() and is_nan(). (Jim)
  1787. - Fixed segfault in wordwrap() when wrapping to zero width and using
  1788.   multi-character break or trying to force cut (bug #12768). (Jim)
  1789. - Fixed several bugs in dbase extension (dbase_pack() truncate file to right
  1790.   size, fix 6852 #1 and 6852 #2). (Vlad)
  1791. - Fixed bug in krsort() where an extra character was being compared. (Andi)
  1792. - Fixed bug that made pspell include pspell.h from a wrong location. (Vlad)
  1793. - Added function overload in mbstring to add multibyte support for 
  1794.   string and mail functions. (Rui)
  1795. - Added flags parameter to preg_grep(). The only flag currently is
  1796.   PREG_GREP_INVERT that will make the function return entries that
  1797.   did not match. (Andrei)
  1798. - Fixed several crash bugs in the xslt extension. (Markus, Derick)
  1799. - Fixed problem with dbase not returning very large (larger than long)
  1800.   integers properly. (Vlad)
  1801. - Added concepts to IRCG: bailout-on-trivial issue, write output to
  1802.   files, fetch a resource upon connection end. (Sascha)
  1803. - Fixed POST-related bugs in thttpd, added QUERY_STRING, HTTP_HOST,
  1804.   HTTP_ACCEPT_LANGUAGE to the script environment, improved patch
  1805.   to send correct MIME types, and added support for /nocache/. (Sascha)
  1806. - Fixed several bugs and memleaks in the domxml extension. (Markus)
  1807. - Added var_export() which outputs a representation of a variable as reusable 
  1808.   PHP code. (Derick)
  1809. - Added -w option to the CGI-version to strip all comments and whitespace
  1810.   from the script. (Thies)
  1811. - Added support for SO_RCVTIMEO and SO_SNDTIMEO to ext/sockets. (Jason)
  1812. - Added ob_get_level() which returns the nesting level of the output buffering
  1813.   mechanism. (Yasuo, Derick)
  1814. - Added ob_flush() and ob_clean() functions which flush and clean an output 
  1815.   buffer without destroying the buffer. (Derick)
  1816. - Added new optional parameter to mysql_connect() which forces a new database 
  1817.   link to be created. (Markus, Derick)
  1818. - Added ldap_sort() function. (Stig Venaas)
  1819. - Added md5_file() function which calculates the MD5 sum of a file.
  1820.   Patch by Alessandro Astarita <aleast@capri.it> (Derick)
  1821. - Added support for parsing recordsets contained in WDDX packets. (Andrei)
  1822. - Renamed key_exists() to array_key_exists(). (Derick)
  1823. - Fixed ImageColorsForIndex() and ImageColorAt() to work for TrueColor
  1824.   images. (Rasmus)
  1825. - Added support for bind_textdomain_codeset(). (rudib@email.si)
  1826. - Added generic Win 32 API extension. (jmoore)
  1827. - Removed warning message about NONEXISTENT character set from mysql_connect() 
  1828.   when the server's default character set != latin1. (Mysql Team)
  1829. - Added Direct I/O extension for lowlevel access to the POSIX layer. (Sterling)
  1830. - Added SAPI module for the WebJames server on RISC OS. (Alex Waugh)
  1831. - Fixed ldap_add() and ldap_modify() functions to throw a warning with illegal 
  1832.   value arrays. Previously segfaulted or added wrong value. (Stig Venaas)
  1833. - Added udm_check_charset() function into mnoGoSearch extension. (gluke)
  1834. - Fixed mnoGoSearch extension to support mnogosearch-3.2.x. (gluke)
  1835. - Made fbsql_num_rows() to return the correct value on all select statements.
  1836.   (Frank)
  1837. - Added array_chunk() function which splits an array into chunks of specified
  1838.   size. (Andrei)
  1839. - Fixed $HTTP_RAW_POST_DATA to be populated on a missing content-type when 
  1840.   always_populate_raw_post_data is on. (Rasmus)
  1841. - Added session_cache_expire() function. (patch by anuradha@gnu.org) (Andrei)
  1842. - Added array_fill() function. (Rasmus)
  1843. - Made Authorization header to be hidden from phpinfo() output in safe_mode. 
  1844.   (Rasmus)
  1845. - Re-instated safe-mode realm mangling. (Rasmus)
  1846. - Fixed a bug in preg_replace() that would change the type of the replacement
  1847.   array entries to string. (Andrei)
  1848. - Added user-space object overloading extension. (Andrei)
  1849. - Added ldap_start_tls() function. (Stig Venaas, patch by kuenne@rentec.com)
  1850. - Changed rand() and mt_rand() to be seed automatically if srand() or
  1851.   mt_srand() has not been called. (Sterling)
  1852. - Changed the seed options to srand() and mt_srand() to be optional. If the 
  1853.   seed is not specified the most random seed possible is generated. (Sterling)
  1854. - Added array_change_key_case() function which returns an array with all 
  1855.   string keys lowercased or uppercased. (Edin)
  1856. - Added parameter to ircg_pconnect to suppress treating non-fatal errors
  1857.   as fatal, and added conversion of Windows quotes to ". (Sascha)
  1858. - Added pcntl_exec() function which behaves similar to the system execve.
  1859.   (Jason)
  1860. - Fixed segfault and check for truecolor image in ImageColorAt(). (Rasmus)
  1861. - Fixed nl2br() to handle all styles of line-endings in one string. 
  1862.   (Boian, Derick)
  1863. - Added mcrypt_generic_deinit() to replace mcrypt_generic_end(). (Derick)
  1864. - Added apache_setenv() function for injecting variables into Apache's
  1865.   subprocess_env table. (Rasmus)
  1866. - Added support for 'int', 'bool', 'float' and 'null' in settype(). (Jeroen)
  1867. - Added IPv6 support to gethostbyaddr().
  1868.   (Patch by Matthias Wimmer <matthias@charente.de> and venaas)
  1869. - Fixed LONG_VARCHAR type crashing in ODBC extension. Patch by Walter Franzini.
  1870.   (kalowsky)
  1871. - Changed in_array() and search_array() to allow the needle to be an array 
  1872.   in itself. (Andrei)
  1873. - Added ini_get_all() function which returns all registered ini entries
  1874.   or entries for the specified extension. (Jani)
  1875. - Added mailparse_uudecode_all() which extracts all uuencoded attachments. 
  1876.   (Wez)
  1877. - Added support for chinese encodings in htmlentities() and htmlspecialchars().
  1878.   (Patch by Alan Knowles <alan_k@hklc.com> and Wez)
  1879. - Improved support for autoconf-2.50+/libtool 1.4b+. (Jan Kneschke, Sascha)
  1880.  
  1881. 27 Feb 2002, Version 4.1.2
  1882. - Fixed start up failure when mm save handler is used and there are multiple
  1883.   SAPIs working at the same time. (Yasuo)
  1884. - Fixed the Roxen SAPI. (Yasuo)
  1885. - Fixed a buffer overflow in the RFC-1867 file upload code. (Stefan)
  1886. - Fixed a crash bug in the session module. (Yasuo)
  1887. - Fixed a crash bug in the pspell module. (Yasuo)
  1888. - Changed the default output encoding of mbstring 'pass' to fix
  1889.   initialization problem. (Rui)
  1890.  
  1891. 26 Dec 2001, Version 4.1.1
  1892. - Fixed incompatibility with Windows .NET / IIS 6 - may improve stability
  1893.   under other versions of IIS. (Zeev)
  1894. - Fixed bug that caused crashes or error notices on shutdown on threaded
  1895.   platforms. (Zeev)
  1896. - Fixed several crash bugs in the xslt extension. (Markus, Derick)
  1897. - Fixed problem with dbase not returning very large (larger than long)
  1898.   integers properly. (Vlad)
  1899. - Fixed several bugs and memleaks in the domxml extension. (Markus)
  1900. - Fixed bug in gmmktime() which was one hour off during standard time -
  1901.   bug #9878. Patch by bfoddy@mediaone.net. (jmoore)
  1902. - Fixed bug in gmdate() timezone handling on Windows - bug #13885. (jmoore)
  1903. - Fixed several crash bugs in the mcrypt extension. (Derick)
  1904. - Made the mcrypt extension compile with the libmcrypt 2.2 series again.
  1905.   (Sterling)
  1906. - Fixed a bug where the is_file() family of functions would in-correctly give
  1907.   an error when they were given filenames that didn't exist. (Sterling)
  1908. - Fixed a bug in the strtotime() function where it was incorrectly recognizing
  1909.   GMT +0100 and GMT -0100. (Derick)
  1910.  
  1911. 10 Dec 2001, Version 4.1.0
  1912. - Fixed return values for strtok (Bug #13866) (jmoore)
  1913. - Worked around a bug in the MySQL client library that could cause PHP to hang
  1914.   when using unbuffered queries. (Zeev)
  1915. - Fixed a bug which caused set_time_limit() to affect all subsequent requests
  1916.   to running Apache child process. (Zeev)
  1917. - Removed the sablotron extension in favor of the new XSLT extension.
  1918.   (Sterling)
  1919. - Fixed a bug in WDDX deserialization that would sometimes corrupt the root
  1920.   element if it was a scalar one. (Andrei)
  1921. - Make ImageColorAt() and ImageColorsForIndex() work with TrueColor images.
  1922.   (Rasmus)
  1923. - Fixed a bug in preg_match_all() that would return results under improper 
  1924.   indices in certain cases. (Andrei)
  1925. - Fixed a crash in str_replace() that would happen if search parameter was an
  1926.   array and one of the replacements resulted in subject string being empty.
  1927.   (Andrei)
  1928. - Fixed MySQL extension to work with MySQL 4.0. (Jani)
  1929. - Fixed a crash bug within Cobalt systems. Patch by tomc@tripac.com. (Jani)
  1930. - Bundled Dan Libby's xmlrpc-epi extension.
  1931. - Introduced extension version numbers. (Stig)
  1932. - Added version_compare() function. (Stig)
  1933. - Fixed pg_last_notice() (could cause random crashes in PostgreSQL
  1934.   applications, even if they didn't use pg_last_notice()). (Zeev)
  1935. - Fixed DOM-XML's error reporting, so E_WARNING errors are given instead of
  1936.   E_ERROR error's, this allows you to trap errors thrown by DOMXML functions.
  1937.   (Sterling)
  1938. - Fixed a bug in the mcrypt extension, where list destructors were not
  1939.   properly being allocated. (Sterling)
  1940. - Better Interbase blob, null and error handling. (Patch by Jeremy Bettis)
  1941. - Fixed a crash bug in array_map() if the input arrays had string or
  1942.   non-sequential keys. Also modified it so that if a single array is passed,
  1943.   its keys are preserved in the resulting array. (Andrei)
  1944. - Fixed a crash in dbase_replace_record. (Patch by robin.marlow@dps-int.com)
  1945. - Fixed a crash in msql_result(). (Zeev)
  1946. - Added support for single dimensional SafeArrays and Enumerations.
  1947.   Added com_isenum() function to check if a component implements an
  1948.   enumeration. (Alan, Harald)
  1949. - Fixed a bug in dbase_get_record() and dbase_get_record_with_names().
  1950.   boolean fields are now returned correctly.
  1951.   Patch by Lawrence E. Widman <widman@cardiothink.com> (Jani)
  1952. - Added --version option to php-config. (Stig)
  1953. - Improved support for thttpd-2.21b by incorporating patches for all known
  1954.   bugs. (Sascha)
  1955. - Added ircg_get_username, a roomkey argument to ircg_join, error fetching
  1956.   infrastructure, a tokenizer to speed up message processing, and fixed
  1957.   a lot of bugs in the IRCG extension. (Sascha)
  1958. - Improved speed of the serializer/deserializer. (Thies, Sascha)
  1959. - Floating point numbers are better detected when converting from strings.
  1960.   (Zeev, Zend Engine)
  1961. - Replaced php.ini-optimized with php.ini-recommended.  As the name implies,
  1962.   it's warmly recommended to use this file as the basis for your PHP
  1963.   configuration, rather than php.ini-dist.  (Zeev)
  1964. - Restore xpath_eval() and php_xpathptr_eval() for 4.0.7. There
  1965.   are still some known leaks. (Joey)
  1966. - Added import_request_variables(), to allow users to safely import form
  1967.   variables to the global scope (Zeev)
  1968. - Introduced a new $_REQUEST array, which includes any GET, POST or COOKIE
  1969.   variables.  Like the other new variables, this variable is also available
  1970.   regardless of the context.  (Andi & Zeev)
  1971. - Introduced $_GET, $_POST, $_COOKIE, $_SERVER and $_ENV variables, which
  1972.   deprecate the old $HTTP_*_VARS arrays.  In addition to be much shorter to
  1973.   type - these variables are also available regardless of the scope, and 
  1974.   there's no need to import them using the 'global' statement.  (Andi & Zeev)
  1975. - Added vprintf() and vsprintf() functions that allow passing all arguments
  1976.   after format as an array. (Andrei)
  1977. - Added support for GD2 image type for ImageCreateFromString(). (Jani)
  1978. - Added ImageCreateFromGD(), ImageCreateFromGD2(), ImageCreateFromGD2part(),
  1979.   ImageGD() and ImageGD2() functions. (Jani)
  1980. - addcslashes now warns when charlist is invalid. The returned string
  1981.   remained the same (Jeroen)
  1982. - Added optional extra argument to gmp_init(). The extra argument
  1983.   indicates which number base gmp should use when converting a
  1984.   string to the gmp-number. (Troels)
  1985. - Added the Cyrus-IMAP extension, which allows a direct interface to Cyrus' 
  1986.   more advanced capabilities. (Sterling)
  1987. - Enhanced read_exif_data() to support multiple comment tags. (Rasmus)
  1988. - Fixed a crash bug in array_map() when NULL callback was passed in. (Andrei)
  1989. - Change from E_ERROR to E_WARNING in the exif extension (Rasmus)
  1990. - New pow() implementation, which returns an integer when possible,
  1991.   and warnings on wrong input (jeroen)
  1992. - Added optional second parameter to trim, chop and ltrim. You can
  1993.   now specify which characters to trim (jeroen)
  1994. - Hugely improved the performance of the thread-safe version of PHP, especially
  1995.   under Windows (Andi & Zeev) 
  1996. - Improved request-shutdown performance significantly (Andi & Zeev, Zend
  1997.   Engine)
  1998. - Added a few new math functions. (Jesus)
  1999. - Bump bundled expat to 1.95.2 (Thies)
  2000. - Improved the stability of OCIPlogon() after a database restart. (Thies)
  2001. - Fixed __FILE__ in the CGI & Java servlet modes when used in the main script.
  2002.   It only worked correctly in included files before this fix (Andi)
  2003. - Improved the Zend hash table implementation to be much faster (Andi, Zend
  2004.   Engine)
  2005. - Updated PHP's file open function (used by include()) to check in the calling
  2006.   script's directory in case the file can't be found in the include_path (Andi)
  2007. - Fixed a corruption bug that could cause constants to become corrupted, and
  2008.   possibly prevent resources from properly being cleaned up at the end of
  2009.   a request (Zeev)
  2010. - Added optional use of Boyer-Moore algorithm to str_replace() (Sascha)
  2011. - Fixed and improved shared-memory session storage module (Sascha)
  2012. - Add config option (always_populate_raw_post_data) which when enabled
  2013.   will always populate $HTTP_RAW_POST_DATA regardless of the post mime
  2014.   type (Rasmus)
  2015. - Added support for socket and popen file types to ftp_fput (Jason)
  2016. - Fixed various memory leaks in the LDAP extension (Stig Venaas)
  2017. - Improved interactive mode - it is now available in all builds of PHP, without
  2018.   any significant slowdown (Zeev, Zend Engine)
  2019. - Fixed crash in iptcparse() if the supplied data was bogus. (Thies)
  2020. - Fixed return value for a failed snmpset() - now returns false  (Rasmus)
  2021. - Added hostname:port support to snmp functions (nbougues@axialys.net, Rasmus)
  2022. - Added fdf_set_encoding() function (Masaki YATSU, Rasmus)
  2023. - Reversed the destruction-order of resources.  This fixes the reported OCI8 
  2024.   "failed to rollback outstanding transactions!" message (Thies, Zend Engine)
  2025. - Added option for returning XMLRPC fault packets. (Matt Allen, Sascha
  2026.   Schumann)
  2027. - Improved range() function to support range('a','z') and range(9,0) types of
  2028.   ranges. (Rasmus)
  2029. - Added getmygid() and safe_mode_gid ini directive to allow safe mode to do
  2030.   a gid check instead of a uid check. (James E. Flemer, Rasmus)
  2031. - Made assert() accept the array(&$obj, 'methodname') syntax. (Thies)
  2032. - Made sure that OCI8 outbound variables are always zero-terminated. (Thies)
  2033. - Fixed a bug that allowed users to spawn processes while using the 5th
  2034.   parameter to mail(). (Derick)
  2035. - Added nl_langinfo() (when OS provides it) that returns locale.
  2036. - Fixed a major memory corruption bug in the thread safe version. (Zeev)
  2037. - Fixed a crash when using the CURLOPT_WRITEHEADER option. (Sterling)
  2038. - Added optional suffix removal parameter to basename(). (Hartmut)
  2039. - Added new parameter UDM_PARAM_VARDIR ha in Udm_Set_Agent_Param() function to
  2040.   support alternative search data directory.  This requires mnogoSearch 3.1.13
  2041.   or later.
  2042. - Fixed references in sessions. This doesn't work when using the WDDX
  2043.   session-serializer. Also improved speed of sessions. (Thies)
  2044. - Added new experimental module pcntl (Process Control). (Jason)
  2045. - Fixed a bug when com.allow_dcom is set to false. (phanto)
  2046. - Added a further parameter to the constructor to load typelibs from file when
  2047.   instantiating components (e.g. DCOM Components without local registration).
  2048.   (phanto)
  2049. - Added the possibility to specify typelibs by full name in the typelib file
  2050.   (Alan Brown)
  2051. - Renamed the ZZiplib extension to the Zip extension, function names have also
  2052.   changed accordingly, functionality, has stayed constant. (Sterling)
  2053. - Made the length argument (argument 2) to pg_loread() optional, if not
  2054.   specified data will be read in 1kb chunks. (Sterling)
  2055. - Added a third argument to pg_lowrite() which is the length of the data to
  2056.   write. (Sterling)
  2057. - Added the CONNECTION_ABORTED, CONNECTION_TIMEOUT and CONNECTION_NORMAL
  2058.   constants. (Zak)
  2059. - Assigning to a string offset beyond the end of the string now automatically
  2060.   increases the string length by padding it with spaces, and performs the
  2061.   assignment. (Zeev, Zend Engine)
  2062. - Added warnings in case an uninitialized string offset is read. (Zeev, Zend
  2063.   Engine)
  2064. - Fixed a couple of overflow bugs in case of very large negative integer
  2065.   numbers. (Zeev, Zend Engine)
  2066. - Fixed a crash bug in the string-offsets implementation (Zeev, Zend Engine)
  2067. - Improved the implementation of parent::method_name() for classes which use
  2068.   run-time inheritance. (Zeev, Zend Engine)
  2069. - Added 'W' flag to date() function to return week number of year using ISO
  2070.   8601 standard. (Colin)
  2071. - Made the PostgreSQL driver do internal row counting when iterating through
  2072.   result sets. (gvz@2scale.net)
  2073. - Updated ext/mysql/libmysql to version 3.23.39; Portability fixes, minor
  2074.   bug fixes. (tim@mysql.com)
  2075. - Added get_defined_constants() function to return an associative array of
  2076.   constants mapped to their values. (Sean)
  2077. - New mailparse extension for parsing and manipulating MIME mail. (Wez)
  2078. - Define HAVE_CONFIG_H when building standalone DSO extensions. (Stig)
  2079. - Added the 'u' modifier to printf/sprintf which prints unsigned longs.
  2080.   (Derick)
  2081. - Improved IRIX compatibility. (Sascha)
  2082. - Fixed crash bug in bzopen() when specifying an invalid file. (Andi)
  2083. - Fixed bugs in the mcrypt extension that caused crashes. (Derick)
  2084. - Added the IMG_ARC_ROUNDED option for the ImageFilledArc() function, which
  2085.   specified that the drawn curve should be rounded. (Sterling)
  2086. - Updated the sockets extension to use resources instead of longs for the
  2087.   socket descriptors.  The socket functions have been renamed to conform with
  2088.   the PHP standard instead of their C counterparts.  The sockets extension is 
  2089.   now usable under Win32. (Daniel)
  2090. - Added disk_total_space() to return the total size of a filesystem.
  2091.   (Patch from Steven Bower)
  2092. - Renamed diskfreespace() to disk_free_space() to conform to established
  2093.   naming conventions. (Jon)
  2094. - Fixed #2181. Now zero is returned instead of an unset value for
  2095.   7-bit encoding and plain text body type. (Vlad)
  2096. - Fixed a bug in call_user_*() functions that would not allow calling
  2097.   functions/methods that accepted parameters by reference. (Andrei)
  2098. - Added com_release($obj) and com_addref($obj) functions and the related class
  2099.   members $obj->Release() and $obj->AddRef() to gain more control over the used
  2100.   COM components. (phanto)
  2101. - Added an additional parameter to dotnet_load to specify the codepage (phanto)
  2102. - Added peak memory logging. Use --enable-memory-limit to create a new Apache
  2103.   1.x logging directive "{mod_php_memory_usage}n" which will log the peak
  2104.   amount of memory used by the script. (Thies)
  2105. - Made fstat() and stat() provide identical output by returning a numerical and
  2106.   string indexed array. (Jason)
  2107. - Fixed memory leak upon re-registering constants. (Sascha, Zend Engine)
  2108.  
  2109. 23 Jun 2001, Version 4.0.6
  2110. - Fixed memory fragmention problem which could lead to web server processes
  2111.   growing much more than they should. (Andi, Zend Engine)
  2112. - Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value
  2113.   when register_globals is on. (Andrei)
  2114. - Fixed disk_free_space() and disk_total_space() under FreeBSD. (Jon)
  2115. - Fixed readfile/passthru losing resources during connection abort (Sascha)
  2116. - Fixed bug in the mcrypt extension that caused segfaults when using a key
  2117.   that is too large for the used algorithm, and a bug that caused
  2118.   mcrypt_generic() to segfault PHP (Derick)
  2119. - Fixed getopt so that it accepts command line arguments in the form
  2120.   -<opt><arg> and -<opt> <arg>. (Jmoore)
  2121. - Fixed race in writing session files (Sascha)
  2122. - Fixed a possible crash in the PHP CGI when no input file is
  2123.   specified (Zeev)
  2124. - Added is_callable() function that can be used to find out whether
  2125.   its argument is a valid callable construct. (Andrei)
  2126. - Fixed a rare possible crash when generating extended information. (Dmitri
  2127.   Dmitrienko, Zend Engine)
  2128. - Improved virtual() to support PHP-enabled URIs. (Zeev)
  2129. - Fixed undefined behavior when using floating point keys in array()
  2130.   expressions. (Zeev, Zend Engine)
  2131. - Fixed a possible crash in case of parse errors in include files or eval
  2132.   statements. (Zeev, Zend Engine)
  2133. - Added --with-layout configure option. (Stig)
  2134. - Improved interactive mode - supports function calls, and works in
  2135.   multithreaded builds. (Zeev, Zend Engine)
  2136. - Fixed a crash bug in interactive mode. (Zeev, Zend Engine)
  2137. - Added pg_last_notice() function. (Rasmus from suggestion by Dirk@rackspace.com)
  2138. - Fixed a bug in preg_split() that would incorrectly limit the number of
  2139.   results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei)
  2140. - Added connection error support to mysql_error() and mysql_errno(). (Jason)
  2141. - Added support to getimagesize to return dimensions of BMP and PSD
  2142.   files. (Derick)
  2143. - Added heuristic to kill stale IRC connections, message scanner caching, and
  2144.   nickname escaping to IRCG, suppress option to ircg_msg(), and statistics to
  2145.   IRCG phpinfo() output. (Sascha)
  2146. - Added Japanese multibyte string functions support. (Rui)
  2147. - Added Mac OS X "\r" line ending support. (Andi, Zend Engine)
  2148. - Fixed a bug regarding the $PHP_SELF being incorrectly registered when
  2149.   force-cgi-redirect was not enabled. (Sterling)
  2150. - pfpro extension now supports version 3 of the Verisign SDK. (John Donagher)
  2151. - Udm_Cat_List and Udm_Cat_Path functions has been added.
  2152. - Added key_exists() to check if a given key or index exists in an
  2153.   array or object. (David Croft)
  2154. - Modify the cURL extension to compile only with the latest cURL release.  
  2155.   Backwards compatibility with regards to the extension api has not been 
  2156.   broken. (Sterling)
  2157. - Added the ability to use user-defined callbacks with cURL. (Sterling)
  2158. - Added the SSL_VERIFYPEER, CAINFO, MAXREDIRS, FILETIME, RANDOM_FILE, EGDSOCKET
  2159.   and CONNECTTIMEOUT options to curl_setopt(). (Sterling)
  2160. - Added support for persistent connections with cURL. (Sterling)
  2161. - Fixed a problem in cURL with file descriptors being allocated, but never 
  2162.   closed. (Sterling)
  2163. - Fixed interactive mode (-a). It works again with the same limitations it
  2164.   has always had. (Andi, Zend Engine)
  2165. - Improved memory manager to use less memory and provide better memory overflow
  2166.   detection abilities in debug mode. (Andi, Zend Engine)
  2167. - Fixed resource leaks when resources were being cast to numbers. (Zeev, Zend
  2168.   Engine)
  2169. - Fixed foreach() to not crash when being sent an invalid argument. (Andi, Zend
  2170.   Engine)
  2171. - Fixed a bug in opendir() under Windows when trying to open a non-exisiting
  2172.   directory. (Andi)
  2173. - Fixed popen() and the exec family under Win32 (Unable to fork issue). (Daniel)
  2174. - Make the printf family of functions binary clean. (Rasmus)
  2175. - Fixed WDDX serialization to HTML-escape key/variable names so as not to
  2176.   break the XML packet. (Andrei)
  2177. - Made WDDX extension enabled by default. (Andrei)
  2178. - Added -C command-line option to avoid chdir to the script's directory. (Stig)
  2179. - Fixed a bug with /e modifier in preg_replace(), that would not correctly
  2180.   replace two-digit references if single digit references were present
  2181.   before them. This fixed bug #10218. (Andrei)
  2182. - Added temporary LOB support in OCI8. (Patch by David Benson)
  2183. - Fixed crash in pathinfo()
  2184. - OCI8 now supports binding of collections. (Patch by Andy Sautins
  2185.   <asautins@veripost.net>)
  2186. - Added GD 2.0.1 support for truecolor and alpha channels, plus some other gd
  2187.   functions, both old and new - see docs for more info. (Wez)
  2188. - Added S/MIME sign/verify encrypt/decrypt functions to openssl extension,
  2189.   along with some other certificate manipulation and interrogation functions.
  2190.   See docs for more info. (Wez)
  2191. - printf argnum (parameter swapping) support. (Morten Poulsen, Rasmus)
  2192. - Add DIRECTORY_SEPARATOR constant ('/' on UNIX, '\' on Windows). (Stig)
  2193. - Added small change to php_odbc module, to check for failed SQLDisconnects
  2194.   and to close any outstanding transactions if the call fails, then disconnect
  2195.   again. (lurcher)
  2196. - Modified get_parent_class() and get_class_methods() to accept a class name as
  2197.   well as a class instance. (Andrei, Zend Engine)
  2198. - Added support for UNC style paths. (\\server\share\file,
  2199.   //server/share/file). (Daniel, TSRM)
  2200. - Added dbx module (database abstraction) to the repository. (Marc)
  2201. - Using ITypeInfo instead of IDispatch if possible. This makes DCOM calls
  2202.   and even COM calls much faster.
  2203.   All ini settings are now prefixed by 'com.'.
  2204.   Now you need not provide a path to the file containing the typelib, you can
  2205.   also provide the GUID of the TypeLib - entry or an IID for preloading
  2206.   type - information. (Harald)
  2207. - Rewrite of domxml. It's now mostly DOM Level 2 conform. (Uwe)
  2208. - Added array_map() function that applies a callback to the elements
  2209.   of given arrays and returns the result. It can also be used with a
  2210.   null callback to transpose arrays. (Andrei)
  2211. - Added array_filter(), which allows filtering of array elements via
  2212.   the specified callback. (Andrei)
  2213. - Fixed all relevant array functions to avoid moving the internal array
  2214.   pointer during operations. (Andrei)
  2215. - Added mysql_unbuffered_query(), which is useful for very large result sets.
  2216.   (Zeev)
  2217.  
  2218. 30 Apr 2001, Version 4.0.5
  2219. - Added new php.ini directive: arg_separator.input which is used to tell
  2220.   PHP which characters are considered as argument separators in URLs. 
  2221.   Renamed php.ini directive: arg_separator -> arg_separator.output (Jani)
  2222. - Added FastCGI SAPI module. (Ben Mansell)
  2223. - Added array_reduce(), which allows iterative reduction of an array
  2224.   to a single value via a callback function. (Andrei)
  2225. - The imageloadfont function of the gd extension should be not platform
  2226.   dependent after this fix. (alex@zend.com)
  2227. - Fixed a compatibility problem in some file functions (fgets, fputs, fread,
  2228.   fwrite). The ANSI standard says that if a file is opened in read/write
  2229.   mode, fseek() should be called before switching from reading to writing
  2230.   and vice versa. (alex@zend.com)
  2231. - Fixed argument checking for call_user_func* functions and allowed
  2232.   specifying array($obj, 'method') syntax for call_user_func_array. (Andrei)
  2233. - Fixed parent::method() to also work with runtime bindings.
  2234.   (Zeev, Zend Engine)
  2235. - Implemented high-performance zlib-based output compression - see
  2236.   zlib.output_compression INI directive. (Zeev)
  2237. - Improved ob_gzhandler() to support chunked output buffering - it's 
  2238.   recommended to use it with 4KB chunks. (Zeev)
  2239. - Fixed chunked output buffering. (Zeev)
  2240. - Forced call_user_method() and call_user_method_array() to take the
  2241.   object argument by reference. (Andrei)
  2242. - Fixed binding of ROWIDs in OCI8. (Thies)
  2243. - Added PEAR/Cache as a generic Caching System. (Sebastian, PEAR/Cache)
  2244. - Added IMAP quota support (imap_set_quota, imap_get_quota), enabled/added via
  2245.   c-client2000. (kalowsky)
  2246. - Upgraded PCRE to version 3.4. (Andrei)
  2247. - Added array_search which works similar to in_array but returns
  2248.   the key instead of a boolean. (jason@php.net)
  2249. - Fixed pgsql transaction support. (Stig, PEAR/DB)
  2250. - Added new object VARIANT() to encapsulate values for use with
  2251.   the COM and DOTNET module. Therefore it is now possible to pass
  2252.   values by reference, convert php values to extended variant types (currency,
  2253.   date, idispatch, iunknown, ...) and define the codepage that should
  2254.   be used for unicode - conversion.
  2255. - Improved overall speed of IRCG, added URL handling to message scanner.
  2256.   (Sascha)
  2257. - Fixed some modules to allow using output-buffering. (Thies)
  2258. - Added the chroot() function. (Derick)
  2259. - PostgreSQL now does a rollback at the end of a request on every
  2260.   persistent connection. This is done by doing an "empty" transaction
  2261.   on the connection. This was advised by someone from the PostgreSQL
  2262.   core-team. (Thies)
  2263. - Fixed PostgeSQL pg_connect() bug. We would sometimes close the default
  2264.   link by accident. (Patch by: aja@nlgroup.ca)
  2265. - Improved OCI8 dead-session detection. (Patch by: George Schlossnagle)
  2266. - Fixed get_meta_tags() multiline bug #4556. (Sean)
  2267. - Prefer random() over *rand48(). (JimJag)
  2268. - Sped up WDDX serialization 2x. (Andrei)
  2269. - Added a new parameter to mail() which appends aditional command line
  2270.   parameters to the mail program. (Derick)
  2271. - Added Udm_Clear_Search_Limits mnoGoSearch extension function. (gluke)
  2272. - Fixed mnogosearch protos. Fixed mnogosearch functions return values.
  2273.   A bug with capital letters break search has been fixed. (gluke)
  2274. - Static methods can now be called via call_user_method_* functions, e.g.
  2275.   call_user_method('method', 'class'), and also array('class', 'method')
  2276.   constructs (for array_walk(), for example). (Andrei, Zend Engine)
  2277. - microtime() under Windows now returns accurate values. (James)
  2278. - Added PREG_SPLIT_DELIM_CAPTURE flag to preg_split() that allows for Perl-like
  2279.   functionality of capturing parenthesized delimiter expression. (Andrei)
  2280. - Fixed strip_tags() to not strip a lone > character. (Rasmus)
  2281. - When using the ob_gzhandler() PHP now automagically also sets the
  2282.   Content-Lengh correctly which enables browsers to use the HTTP
  2283.   Keep-Alive feature. (Thies)
  2284. - Improved handling of preg_replace() /F modifier so that it's possible to
  2285.   specify array($obj, 'method') construct as a replacement function. (Andrei)
  2286. - Added mysql_get_client_info(), mysql_get_server_info(),
  2287.   mysql_get_proto_info(), and mysql_get_host_info() functions. (Sean)
  2288. - Major change of the php pdf api. It could break some functions though
  2289.   backwards compatibility was tried to maintain. Adding some still
  2290.   missing functions as well. (Uwe)
  2291. - Added mnoGoSearch extension - http://search.mnogo.ru. (Sergey K)
  2292. - Allow URL encoding in DB usernames and passwords. (Stig, PEAR)
  2293. - Added raiseError and setErrorHandling methods to PEAR class. (Stig, PEAR)
  2294. - Added support for converting images from JPG/PNG on the fly with the GD
  2295.   extension, which is usefull for creating dynamic WAP-sites. (Derick)
  2296. - Updated ext/mysql/libmysql to version 3.23.32; bug fixes. (tim@mysql.com)
  2297. - Fixed possible crash in all (non-pcre) regex functions. (Thies)
  2298. - Improved str_replace() to accept an array for any parameter - similar
  2299.   to preg_replace(). (Andrei)
  2300. - Fixed extract() to properly prefix numeric keys when EXTR_PREFIX_ALL is
  2301.   used. (Andrei)
  2302. - Added EXTR_PREFIX_INVALID flag to extract() to automatically prefix
  2303.   string keys that do not constitute valid variable names. (Andrei)
  2304. - BeOS patch from svanegmond@bang.dhs.org, modified somewhat by Rasmus.
  2305. - Fixed the Apache module to overwrite PATH_TRANSLATED with SCRIPT_FILENAME,
  2306.   only if PATH_TRANSLATED is not previously set. (Zeev)
  2307. - Fixed crash bug in highlight_string(). (Rasmus)
  2308. - Added URL support for getimagesize() function. (Jani)
  2309. - Added xslt_set_scheme_handler() function. (carmelo@akooe.com)
  2310. - Added the pg_lolseek and pg_lotell functions. (Derick)
  2311. - Fixed wrong breaking with the wordwrap function. (Derick)
  2312. - Fixed 'O' and 'r' flags of date() to have correct sign for timezone
  2313.   offset. (Andrei)
  2314. - Changed 'Z' flag to date() to always return timezone offset with
  2315.   negative sign if it's west of UTC. (Andrei)
  2316. - Added the HTML_Processor class which provides common functions for 
  2317.   processing HTML. (Sterling)
  2318. - Added localeconv() and strcoll() functions for localization. (Sean)
  2319. - Added the xslt_set_base function. (Sterling)
  2320. - Added support for Zeus 3.3.8.
  2321. - Added odbc_error() and odbc_errormsg() functions. (Stig)
  2322. - New extension for vpopmail - http://www.inter7.com/vpopmail,
  2323.   give it a try, but keep in mind that it is not ready for production 
  2324.   environments. (David Croft, Boian Bonev)
  2325. - Added sybase_get_last_message() to the Sybase CT module. (Jan Fedak)
  2326. - Made ldap_list(), ldap_read() and ldap_search() do parallel search when
  2327.   first parameter is an array of link identifiers. (Stig Venaas)
  2328. - Made fopen() of HTTP URL follow redirects, $http_response_header will
  2329.   contain all headers with empty string as delimiter. (Stig Venaas)
  2330. - Added Console_Getopt class for parsing command-line args. (Andrei, PEAR)
  2331. - Added an experimental version of the ZZipLib extension which provides the
  2332.   ability to read zip files. (Sterling)
  2333. - Allow access to uploaded files in safe_mode. Beware that you can only
  2334.   read the file. If you copy it to new location the copy will not have the
  2335.   right UID and you script won't be able to access that copy. (Thies)
  2336. - Changed extract() to check that prefixed name is a valid one. (Andrei)
  2337. - Changed extract() to return the number of variables extracted. (Andrei)
  2338. - Added ldap_rename() function. (Stig Venaas)
  2339. - Made ldap_set_option() support controls. (Stig Venaas)
  2340. - Changed ldap_search() and added functions ldap_parse_result(),
  2341.   ldap_first_reference(), ldap_next_reference() and ldap_parse_reference()
  2342.   to cope with LDAPv3 stuff like referrals and references. (Stig Venaas)
  2343. - Fixed date('r') overflow.
  2344. - Made the php.ini path reported in phpinfo() always point to the absolute
  2345.   path that was opened. (Zeev)
  2346. - Made the INI mechanism thread safe. (Zeev, Zend Engine)
  2347. - Changed setlocale() to use LC_* constants. (Jani)
  2348. - ctype functions now follow the extension naming conventions. (Hartmut)
  2349. - Added iconv() function (using libc or libiconv). (Stig)
  2350. - Added ODBC_TYPE constant. (Stig)
  2351. - Added the call_user_method_array function which allows you to call a method
  2352.   with an arbitrary number of parameters. (Sterling)
  2353. - ext/odbc: IBM DB2 patch by Walter Franzini. <walter@sys-net.it>
  2354. - Added extension for the cracklib library. (Alexander Feldman)
  2355.  
  2356. 19 Dec. 2000, Version 4.0.4
  2357. - Allow assigning a newly created object by reference. This is needed only if
  2358.   your constructor makes other data structures reference the $this object (for
  2359.   example, $GLOBALS["foobar"] =& $this;)
  2360.   The new syntax is $obj =& new MyClass(); (Andi, Zend Engine)
  2361. - Allow for three expression types to be sent to functions which are requesting
  2362.   the function argument to be passed by reference (only c. was previously
  2363.   supported):
  2364.   a. func(new myclass());
  2365.   b. func(func2()); where func2() returns a reference, i.e. is defined as
  2366.      function &func2(...)
  2367.      {
  2368.       ...
  2369.      }
  2370.   c. func($var); where func() is defined as function func(&$var) {...}
  2371.   You CAN'T count on any other expressions to be passable by reference.
  2372.   (Andi, Zend Engine)
  2373. - Made ldap_get_entries() return an array even if there are no entries
  2374.   in search result. (Jani)
  2375. - Fixed bad mod_perl interaction which caused segfaults when using LFS (Sascha)
  2376. - const CONSTNAME now gets recognized. Before the patch only @const CONSTNAME
  2377.   description was recognized.
  2378. - Added the is_null() function that will return true if a variable is of
  2379.   type null. (Sterling)
  2380. - Fixed a bug which made readdir() unusable in some systems. (Jani)
  2381. - Added the get_defined_functions() function which returns a list of all 
  2382.   currently defined functions. (Sterling)
  2383. - Added the get_defined_vars() function which returns an associative array
  2384.   of all variables defined in the current scope and their subsequent values.
  2385.   (Sterling) 
  2386. - Added the call_user_func_array() function which gives you the ability to
  2387.   call a user function by passing an array of parameters as the second
  2388.   argument. (Sterling)
  2389. - Added the constant() function which returns the value of a constant given
  2390.   the constant's name. (Sterling)
  2391. - Implemented support for Perl-style matching regexp delimiters in PCRE.
  2392.   You can use <{[( and )]}> to delimit your expressions now. (Andrei)
  2393. - Introduced new 'F' modifier in PCRE that lets you specify a function
  2394.   name in the replacement argument to preg_replace() that will be called
  2395.   at run-time to provide the replacement string. It is passed an array of
  2396.   matched pattern and subpatterns. (Andrei)
  2397. - Put an end to BUG#4615 (kalowsky & Eric Veldhuyzen)
  2398. - Added the IRCG extension (Sascha)
  2399. - Fixed realpath() in Virtual Directory mode (Daniel)
  2400. - Integrated the Phil Nelson's bc math library routines into PHP, now that
  2401.   the license allows it (Phil Nelson <phil@cs.wwu.edu>)
  2402. - Added the xslt_set_error_handler() function to the Sablotron extension.
  2403.   (Sterling)
  2404. - Improved Sablotron's error handling system allowing you to catch all
  2405.   errors before they are outputted to the screen. (Sterling)
  2406. - Added OpenSSL extension (Stig Venaas)
  2407. - Fixed/created support for Solid 3.0 databases (kalowsky)
  2408. - Fixed support for Solid 2.3 databases (kalowsky)
  2409. - quoted_printable_decode() function is made RFC-2045 compliant. (Kir)
  2410. - Modified preg_grep() to always return the results with keys from the original
  2411.   array. (Andrei)
  2412. - Modified preg_replace() to accept Perl-style $n backreferences in addition
  2413.   to \\n ones. (Andrei)
  2414. - Modified preg_replace() to ignore backreferences that refer to
  2415.   non-existing subpatterns. (Andrei)
  2416. - Fixed column-title buffer-overflow in OCIFetchStatement(). (Thies)
  2417. - Added 'output_handler' INI directive (Zeev)
  2418. - Fixed some buglets in the output buffering mechanism (Zeev)
  2419. - Added transparent gzip compression support (Jade Nicoletti, Zeev)
  2420. - Major overhaul of domxml. Added basic XPath support as well (Uwe)
  2421. - Added 'r' flag to date() which generates an RFC822 formatted date, e.g.
  2422.   "Thu,  9 Nov 2000 16:33:01 -0500" (Colin)
  2423. - In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variables
  2424.   as well (Zeev)
  2425. - Allow user to use mysql_use_result in mysql queries (Stas)
  2426. - Fixed a memory leak that would occur when restarting Apache often
  2427.   (mookid@sigent.ru)
  2428. - Fixed a bug that prevented $argv and $argc from being defined in the command
  2429.   line version of PHP (Stas)
  2430. - Fixed a bug that prevented a changed compile-time extension_dir from
  2431.   affecting modules that were loaded via php.ini (Zeev)
  2432. - Fixed a bug in ftp_mkdir() when used on ftp server which doesn't return
  2433.   the full path (Jani)
  2434. - Added ImageCreateFromString() which creates an image stream out of 
  2435.   e.g. a MySQL blob. (Mathieu)
  2436. - Fixed a crash bug in imagewbmp() (Jani)
  2437. - Changed the sablot configuration file so that if you use any version of
  2438.   Sablotron below 0.44 you must use Sablotron's built-in Expat libraries.
  2439.   (Sterling)
  2440. - Added basic authentication support to thttpd (Sascha)
  2441. - Added support for the Caudium webserver (http://caudium.net/). It's based
  2442.   on the Roxen SAPI module. Many bugs have been identified and fixed. (David)
  2443. - Fixed mysql_close(), pg_close(), msql_close() and sybase_close() - they
  2444.   weren't properly closing the SQL connections (Zeev)
  2445. - Fixed crypt() to supply random seed if none is given (Andi)
  2446. - Made print_r() support recursive data structures, e.g. $GLOBALS. (Zeev)
  2447. - Fixed a bug that caused PHP not to properly flush its output buffer, if more
  2448.   than one output buffer was used. (Zeev)
  2449. - Fixed a bug that could draw the shutdown sequence of the PHP Apache module
  2450.   into an endless loop, under certain circumstances.  It could cause Apache
  2451.   processes under Solaris to get stuck, especially when using output
  2452.   buffering. (Zeev)
  2453. - Added support for serializing references (Stas)
  2454. - Fixed conflict with OpenLDAP and Oracle 8.1.x (Jani)
  2455. - parse_ini_file() supports a new optional 2nd argument that instructs it
  2456.   to divide the directives to arrays according to the sections in which they
  2457.   reside (Zeev)
  2458. - parse_ini_file() is now thread-safe, and supported under Windows (Zeev)
  2459. - Unified aborted-connection semantics of all SAPI modules (Sascha)
  2460. - URL-opened files now store the HTTP response header in $http_response_header
  2461.   (Zeev)
  2462. - Fixed array_rand() to shuffle results when the number of requested
  2463.   elements is the same as the number of elements in the array. (Andrei)
  2464. - Added replace parameter to header() (Sascha)
  2465. - Fixed handling of single quotes in transparent session-id mode (Sascha)
  2466. - Fixed "php://*" fopen handler (Sascha)
  2467. - Made rename work in threadsafe enviroments (Daniel)
  2468. - Made session_destroy() close files before unlinking (Daniel)
  2469. - Added array_sum() function. (Andrei)
  2470. - Fixed a bug in session.c. The php_session_save_current_state did not check
  2471.   if mod_data is NULL and such situation is possible if the user calls 
  2472.   session_module_name with a parameter. (alex@zend.com)
  2473. - Added IIS Admin extension. (Frank)
  2474. - OCIBindByName() now does better parameter-checking. (Thies)
  2475. - Made read() binary-safe in sockets.c (Chris Vandomelen)
  2476. - Made array_intersect() and array_diff() not alter order (Stig Venaas)
  2477. - Made ldap_connect() accept URL in host parameter when using OpenLDAP
  2478.   2.x. To use SSL, use ldaps://host/ as URL. (Stig Venaas)
  2479. - Made resource type names visible, e.g. var_dump() and
  2480.   get_resource_type() display "file" for file resources. (Andrei)
  2481. - Added the curl_getinfo() function to find out information about a CURL
  2482.   transfer.  This function requires cURL 7.4.0 or above. (Sterling)
  2483. - Added the CURLOPT_KRB4, CURLOPT_INTERFACE, CURLOPT_QUOTE, CURLOPT_POSTQUOTE,
  2484.   CURLOPT_QUOTE and CURLOPT_HTTPPROXYTUNNELL options. (Sterling)
  2485. - Renamed the shm_* functions to shmop_* (Derick)
  2486. - Updated ext/mysql/libmysql to version 3.23 (tim@mysql.com)
  2487. - Added ldap_get_option() and ldap_set_option() functions (Stig Venaas)
  2488. - Fixed a crash in CGI mode, in case no file was provided 
  2489.   (Daniel Beulshausen& Zeev)
  2490. - Fixed possible crash bug in imap_fetchstructure() (Jani)
  2491. - Fixed possible crash bug in imap_open() (Jani & Mark Musone)
  2492. - Added url_rewriter.tags configuration directive (Sascha)
  2493. - Added CORBA client extension, ready for use (eriksson@php.net)
  2494. - Fixed memory leak in x-httpd-source mode (Jason Greene)
  2495. - Changed ext/gd not to be enabled by default (Jani)
  2496. - Make increment of empty string ("") behave like in PHP 3 and result in "1"
  2497.   (Andi, Zend Engine)
  2498. - Added POST handler for Adobe FDF format (Hartmut)
  2499. - Added transparent read and write .gz-files on glibc based systems
  2500.   using the 'zlib:' fopen wrapper (Hartmut)
  2501. - Fixed a problem in the configuration parser (two null bytes were added
  2502.   to each ENCAPSULATED TC_STRING) (alex@zend.com)
  2503. - Added HMAC support in the mhash module (nmav@altera.gr)
  2504. - Added module for Ovrimos sql server (nmav@altera.gr)
  2505.  
  2506. 11 Oct 2000, Version 4.0.3
  2507. - Fixed a possible crash in -a interactive mode (Zeev, Zend Engine)
  2508. - Added mysql_escape_string() (Peter A. Savitch and & Brian Wang)
  2509. - Fixed many possible crash bugs with improper use of the printf() family of
  2510.   functions (Andi)
  2511. - Fixed a problem that allowed users to override admin_value's and admin_flag's
  2512.   (Zeev)
  2513. - Fixed PostgreSQL module to work when the link handle is omitted (Zeev)
  2514. - Fixed returning of empty LOB fields in OCI8. (Thies)
  2515. - Added Calendar module to default Win32 build (Andi)
  2516. - Added FTP module to default Win32 build (Andi)
  2517. - Fixed crash in the POSIX getrlimit() function (alex@zend.com)
  2518. - Fixed dirname() under certain conditions (Andi)
  2519. - Added --with-imap-ssl to support SSL'ized imap library in RH7 and others
  2520.   (Rasmus)
  2521. - Fixed possible crash bug in parse_url() (Andi)
  2522. - Added support for trans sid under Win32 (Daniel)
  2523. - Added IPv6 support in fopen (Stig Venaas)
  2524. - Added the shmop extension. It allows more general ways of shared memory
  2525.   access. (thanks to Ilia Alshanestky <iliaa@home.com> and Slava Poliakov
  2526.   <slavapl@mailandnews.com> (Derick)
  2527. - Added the ability for CURLOPT_POSTFIELDS to accept an associative array of 
  2528.   HTTP POST variables and values. (Sterling)
  2529. - Added the CURLOPT_HTTPHEADER option to curl_setopt(). (Sterling)
  2530. - Added the curl_error() and curl_errno() functions. (Sterling)
  2531. - Changed ext/db not to be enabled by default (Jani)
  2532. - Fixed building Apache SAPI module on SCO UnixWare (Sascha)
  2533. - Fixed writing empty session sets to shared memory (tcarroll@chc-chimes.com)
  2534. - Added support for BSD/OS make (Sascha)
  2535. - Added improved URL rewriter (Sascha)
  2536. - Fixed readdir_r() use on Solaris (Sascha)
  2537. - Improved HTTP headers for private-caching (jon@csh.rit.edu, Sascha)
  2538. - Added new function session_cache_limiter (jon@csh.rit.edu, Sascha)
  2539. - Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>)
  2540.   (Derick)
  2541. - PEAR: add last executed query as debug info in DB errors (Stig)
  2542. - PEAR: allow multiple modes in PEAR_Error (Stig)
  2543. - Made the Sybase CT module thread safe (Zeev)
  2544. - Added second argument to array_reverse() that indicatese whether
  2545.   the original array keys should be preserved. (Andrei)
  2546. - Clean up htmlspecialchars/htmlentities inconsistencies. (Rasmus)
  2547. - PEAR: renamed DB_GETMODE_* to DB_FETCHMODE_*, added setFetchMode()
  2548.   in DB_common to set the default mode, added some MySQL tests (Stig)
  2549. - Made eval() and several other runtime-evaluated code portions report the
  2550.   nature and location of errors more accurately (Stas)
  2551. - Added an optional parameter to wordwrap that cuts a string if the length of a
  2552.   word is longer than the maximum allowed. (Derick)
  2553. - Added functions pg_put_line and pg_end_copy (Dirk Elmendorf)
  2554. - Added second parameter for parse_str to save result (John Bafford)
  2555. - Fixed bug with curl places extra data in the output. (medvitz@medvitz.net)
  2556. - Added the pathinfo() function. (Sterling)
  2557. - Updated sybase_ct module and its sybase_query to use high performance API.
  2558.   (Joey)
  2559. - Added a more configurable error reporting interface to DB. (Stig)
  2560. - Added is_uploaded_file() and move_uploaded_file() (Zeev)
  2561. - Added several directives to php.ini - post_max_size, file_uploads,
  2562.   display_startup_errors - see php.ini-dist for further information (Zeev)
  2563. - Worked around a bug in the libc5 implementation of readdir() (Stas)
  2564. - Fixed some potential OpenBSD and NetBSD crash bugs when opening files. (Andi)
  2565. - Added EscapeShellArg() function (Rasmus)
  2566. - Added a php.ini option session.use_trans_sid to enable/disable trans-sid.
  2567.   (Sterling)
  2568. - Added the Sablotron extension for XSL parsing. (Sterling)
  2569. - Fixed a bug in checkdate() which caused < 1 years to be valid (Jani)
  2570. - Added support for an optional output handler function for output
  2571.   buffering.  This enables transparent rendering of XML through XSL,
  2572.   transparent compression, etc. (Zeev)
  2573. - Added support for user defined 'tick' callback functions. This helps
  2574.   emulate background processing. (Andrei)
  2575. - Fixed problem with having $this as the XML parser object. (Andrei)
  2576. - Internal opened_path variable now uses the Zend memory manager so that full
  2577.   paths of files won't leak on unclean shutdown (Andi)
  2578. - Removed support of print $obj automatically calling the __string_value()
  2579.   method. Instead define yourself a method such as toString() and use
  2580.   print $obj->toString() (Andi, Zend Engine)
  2581.  
  2582. 29 Aug 2000, Version 4.0.2 
  2583. - Added PHP API for Zend's ticks. (Stig)
  2584. - PHP 3 regression testing framework re-born (Stig)
  2585. - Added php_uname() function (Stig)
  2586. - Made a minor change to allow building with OpenLDAP 2.0 (Stig Venaas)
  2587. - Fixed a bug in preg_replace() that would truncate subject string if the
  2588.   first argument was en empty array. (Andrei)
  2589. - Added ob_get_length function (Stig)
  2590. - Fixed a bug that did not respect limit parameter in preg_replace() when
  2591.   using /e modifier. (Andrei)
  2592. - Added ability for each xml_set_*_handler() function to take the
  2593.   array($obj, 'method') syntax for the handler argument as well
  2594.   as the normal function name. (Andrei)
  2595. - Updated array_walk() to be able to accept array($obj, 'method')
  2596.   syntax for the walk function. (Andrei)
  2597. - Fixed segfault with fgets(), fgetcsv(), fgetss(), and fread() when
  2598.   called with negative length argument. (Torben)
  2599. - Fixed by-reference parameters passing for xml_ functions and for scanf
  2600.   functions (Stas)
  2601. - Added experimental Oracle LDAP SDK support. 8.1.6 or later needed. Configure
  2602.   with something like --with-ldap=/usr/local/oracle/product/8.1.6 (Stig Venaas)
  2603. - Fixed memory leaks in eval();  A script that used eval() extensively, could
  2604.   end up consuming very large amounts of memory during execution (Zeev, Zend
  2605.   Engine)
  2606. - Fixed memory_limit feature, which did not work properly in previous versions
  2607.   (Zeev, Zend Engine)
  2608. - Fixed stdout support with the swf extension. (Sterling)
  2609. - Fixed byte order for ip2long and long2ip (Stas)
  2610. - Fixed dbase_add_record. (Sterling)
  2611. - Added support for libmcrypt 2.4.4 (Derick)
  2612. - Added strncasecmp function (Andi, Zend Engine)
  2613. - Fixed FTP module to accept multiline server replies (Jani)
  2614. - Fixed switch which only has a single default rule. (Andi, Zend Engine)
  2615. - Fixed problem with nested foreach()'s. (Andi, Zend Engine)
  2616. - The CCVS module is now stable and compiling. It compiles as a CGI and into
  2617.   Apache cleanly without warnings. (Brendan W. McAdams)
  2618. - Fixed mSQL_close(). (nick@loman.net)
  2619. - Made return() in a require()'d file work like return() in an include()'d
  2620.   file (Andi & Zeev, Zend Engine)
  2621. - Changed require_once() to work using the same table as include_once()
  2622.   (Andi & Zeev, Zend Engine)
  2623. - Fixed PostgreSQL module to work when the link handle is omitted (Zeev)
  2624. - Fixed the Sybase modules to work properly with PHP 4.0 (Zeev)
  2625. - Fixed CLOB handling in OCI8 driver when using variable-width
  2626.   character sets. (Thies)
  2627. - Added 4th optional parameter to sybase_[p]connect to specify the charset
  2628.   for the connection (alf@alpha.ulatina.ac.cr)
  2629. - Fixed support for current thttpd releases. (Sascha)
  2630. - Added support for kerberized IMAP library using --with-kerberos 
  2631.   (Rasmus, Sascha)
  2632. - Virtualize realpath, chmod, chown and utime (Stas)
  2633. - Support content-encoding headers in file upload MIME parts
  2634.   (Ragnar Kj°rstad)
  2635. - Fixed warning when shutting down OCINLogon() connections. (Thies)
  2636. - Fixed \n in session variables bug on Win32 (Stas)
  2637. - OCIError() would sometimes not report failed connections. (Thies)
  2638. - Fixed HEAD request bug on an Apache ErrorDocument redirect and preserve
  2639.   the status code across the redirect as well.  (Rasmus)
  2640. - Added Olympus-specific tags to read_exif_data() (Rasmus)
  2641. - Fixed bug in imap_fetchheader() where using FT_PREFETCHTEXT didn't return
  2642.   the body. Bug #4447. (Jani)
  2643. - Fixed exec() returning "\0" when output is empty
  2644. - Added XML_Parser class in PEAR (Stig)
  2645. - Added "make test" target in pear/ and added some regression tests (Stig)
  2646. - Fixed bug in strip_tags function as per bug #5857 (Rasmus)
  2647. - Fixed reading of IPTC via GetImageInfo() for certain JPEG files. (Thies)
  2648. - Improved the output-buffering functions to be re-entrant (Zeev)
  2649. - Made ldap_add(), ldap_modify(), ldap_mod_add(), ldap_mod_replace()
  2650.   binary-safe. Original patch: Terrence Miao <terrence_miao@email.com> (Jani)
  2651. - CGI aka. command line version has now an option '-l' for syntax check
  2652.   without execution (Hartmut)
  2653. - Fixed bug in ldap_get_values_len() which makes it NULL-safe. (Jani)
  2654. - Bug-report and fix submitted by Michel Alexeline <alexel@dr15.cnrs.fr>
  2655. - Make ext_skel create a Makefile.in set up to handle shared extension
  2656.   support automatically (Rasmus)
  2657. - Fixed php_realpath not to die on non-existing files (needed for touch())
  2658.   (Stas and china@thewrittenword.com)
  2659. - Fixed get_browser() function (Stas)
  2660. - Fixed symbol clash which caused a DSO problem on OpenBSD (Rob Black and
  2661.   anil@recoil.org)
  2662. - Added new function: ldap_compare(). (Jani)
  2663. - Fixed a bug in ldap_get_entries() and ldap_get_attributes(). (Jani)
  2664. - Ported DB to new error reporting scheme in PEAR. (Stig)
  2665. - Added sybase and ibase DB backends in PEAR. (Sterling)
  2666. - New PEAR package Payment_Verisign for use with the Payflow Pro
  2667.   (pfpro) extension. (David Croft)
  2668. - Added CURL support. (Sterling)
  2669. - Catch users trying to set "compatibility" parameter in PDF, which is not
  2670.   supported from user-land. (Joey)
  2671. - Fixed dbase_add_record. (Sterling)
  2672. - Added new function wordwrap() to wordwrap long strings from Chris
  2673.   Russel <russel@yorku.ca> (David Croft)
  2674. - Added four additional arguments: attrsonly, sizelimit, timelimit, deref which
  2675.   were missing in ldap_search(), ldap_list() and ldap_read() functions (Jani)
  2676. - Fixed a bug in ldap_search/list/read() which prevented returning the partial
  2677.   results when 'Sizelimit exceeded' error occurred. (Jani Taskinen)
  2678. - Fixed preg_replace() to automatically escape quotes in matched
  2679.   strings when using /e modifier. (Andrei)
  2680. - Itanium patch (Steve Robb)
  2681. - Set default include_path so PEAR files can be reached (Stig)
  2682. - Added "pear" executable, requires CGI version installed (Stig)
  2683. - Added extension ii for Ingres II native support. See README in ext/ingres_ii
  2684.   directory. (David H)
  2685. - Added Win32 project for the Interbase module (Zeev)
  2686. - Added ability to perform calls to the parent class without explicitly
  2687.   specifying its name, using parent::func_name(...) (Zeev, Zend Engine)
  2688. - You can now call Ora_Error() without prameters to get the reason
  2689.   for a failed connection attempt. (Kirill Maximov)
  2690. - New extension "pfpro" for interface with Verisign Payflow Pro (David Croft)
  2691. - Added IMG_GIF, IMG_JPG, IMG_JPEG, IMG_PNG and IMG_WBMP constants for
  2692.   imagetypes() function (Rasmus)
  2693. - Added ImageTypes() function which returns a bitfield with the supported
  2694.   image formats.  1=gif, 2=jpeg, 4=png and 8=wbmp (Rasmus)
  2695. - Make it possible to specify an empty string as a thousands-seperator
  2696.   in number_format() (Rasmus)
  2697. - Shared module support for LDAP extension (Troels Arvin)
  2698. - Fixed a bug with imap_mail where apache would segfault if the rpath
  2699.   parameter was specified.
  2700. - Use dashes and short day name in cookies since some browsers seem picky
  2701.   about this (Rasmus)
  2702. - Added pspell module. (Vlad)
  2703. - Added 3 additional arguments to the user-defined error handler - the file
  2704.   name and line number in which the error occured, and the context (local
  2705.   variables) of the code in which the error occured (Zeev, Zend Engine)
  2706. - Improved the error handling code to handle an error in a user-defined error
  2707.   handling function (Zeev, Zend Engine)
  2708. - Fixed leak when using string offsets in the array() construct.
  2709.   (Andi, Zend Engine)
  2710. - Fixed corruption problem when changing deeply nested values in objects.
  2711.   (Andi & Zeev, Zend Engine)
  2712. - Improved array_multisort() to be able to specify sort type as well sort
  2713.   order. Incidentally, it can be used to sort multi-dimensional arrays
  2714.   as well. (Andrei)
  2715. - Fixed a possible data corruption in case of a huge amount of aborted requests
  2716.   (Zeev)
  2717. - Apache module would sometimes close a wrong file-descriptor. (Sascha)
  2718. - Fixed use of alternative storage handlers in the session module. (Sascha)
  2719. - Updated str_pad() to be able to pad on left/right/both sides. (Andrei)
  2720. - Fixed crash in gzopen(). (Thies)
  2721. - Multiple character set support in gdttf.c (Rob Goodwin)
  2722. - When using HTTP auth from PHP, fill in the %u custom log field so the
  2723.   authenticated used id will get logged in the Apache access_log (Rasmus)
  2724. - Support for pdflib 3.01. (Uwe)
  2725. - FDF Data is handled properly and can be accessed by reading
  2726.   HTTP_RAW_POST_DATA. (Uwe)
  2727. - Added new 'O' format modifier that will output the GMT offset as "[+-]HHMM"
  2728.   (eg: Pacific time is -0700).  This is useful for things such as Date: mail
  2729.   headers. (Mike W)
  2730. - Fixed crash on OCI?Logon() failure. (Thies)
  2731. - Make the special Header("http/...") response be case insensitive like 3.0
  2732.   (Rasmus)
  2733. - Allow cybercash to compile as a DL module. (Sterling)
  2734. - Fixed the dbase_create function. (Sterling)
  2735. - Fixed a problem under some versions of Windows that could cause PHP to hang
  2736.   on startup if errors occured, e.g. in the php.ini file (Zeev)
  2737. - Fixed opendir() again.  It should actually work well continuously now (Zeev)
  2738. - Added three additional arguments to be sent to a user-defined error handler -
  2739.   the filename and line number in which the error occured, and the context
  2740.   (the local variables) of the error (Zeev, Zend Engine)
  2741. - Improved the error handling code to handle an error in a user-defined error
  2742.   handling function (Zeev, Zend Engine)
  2743. - Added an optional parameter to preg_replace() that can be used to
  2744.   specify how many replacements to make. (Andrei)
  2745.  
  2746. 28 Jun 2000, Version 4.0.1
  2747. - Fixed a possible crash in the LDAP modify code. (Eric Kilfoil)
  2748. - Fixed a bug in opendir(), which prevented readdir() from working properly if
  2749.   the $dir argument wasn't explicitly specified (Zeev)
  2750. - Made --enable-discard-path work again. (Andi) 
  2751. - Removed 8KB limit on line length of the file() function (Zeev)
  2752. - Disabled dl() when PHP is being used as a module inside a multithreaded web
  2753.   server - it didn't work before, and caused weird results (Zeev)
  2754. - Added the ImageColorClosestHWB(), ImageCopyMerge() and ImagePaletteCopy() 
  2755.   functions. (Sterling)
  2756. - Added ImageCreateFromWBMP() function. (Jouni)
  2757. - Fixed problems with POST requests under the NSAPI module. (Roberto Biancardi)
  2758. - Added spliti() function. (Thies)
  2759. - Fixed serializer behaviour with regards to serializing objects whose class
  2760.   definition was not available in the deserializing context. (Sascha)
  2761. - Improve memory cache performance and increase cache size. (Stas, Zend Engine)
  2762. - Added a crc32 checksum function - used by the UdmSearch search engine
  2763.   and currently run through a system call.  This will speed up the UdmSearch
  2764.   php frontend significantly. (Rasmus)
  2765. - Modified in_array() to not touch array pointer. (Andrei)
  2766. - Added restore_error_handler(). (Zeev, Zend Engine)
  2767. - Fixed erroneous file names and line numbers in error situations under the
  2768.   multithreaded version of PHP - most noticeably Win32 (Zeev, Zend Engine)
  2769. - Fixed problem with CGI crashing on certain servers especially Windows Apache
  2770.   & O'Reilly website (Andi)
  2771. - Added Pi3Web SAPI module; run ./configure --with-pi3web to enable this.
  2772.   (Holger; zimpel@t-online.de)
  2773. - Enhanced WDDX functions to call __sleep() and __wakeup() when working on
  2774.   objects. (Andrei)
  2775. - Changed WDDX to serialize arrays as structs only if needed. (Thies)
  2776. - Implemented max_execution_time under Win32 (Zeev)
  2777. - Updated strtotime() to handle many more formats. It now has complete
  2778.   feature parity with GNU date command. (Andrei)
  2779. - Added support for multiple arguments in unset(). (Faisal, Zend Engine)
  2780. - Functions that expect a resource but are passed something else now return 
  2781.   NULL instead of FALSE. (Thies, Zend Engine)
  2782. - Fixed gmmktime(), on certain systems it incorrectly adjusted for the timezone
  2783.   offset and daylight savings time. (Andrei)
  2784. - Moved VC++ Win32 project and workspace files to the win32 directory
  2785.   (Zeev)
  2786. - Fixed checkdate() to not return true on non-numeric arguments (Rasmus)
  2787. - Added --enable-c9x-inline option for compilers which support the new C9x
  2788.   standard. If you encounter undefined references to i_zend_is_true and
  2789.   other symbols, you should enable this.  (Sascha, Zend Library)
  2790. - Fixed a problem in ldap_add() and ldap_modify(), sometimes added trailing
  2791.   garbage to the values (Stig Venaas) 
  2792. - Fixed a problem with dbmopen() not handing 'c' correctly with dbm/db/ndbm
  2793.   databases. (JimJag)
  2794. - Fixed a crash in number_format() when used with locales. (Andrei)
  2795. - Fixed an initialization problem in the MS-SQL problem that could cause
  2796.   a crash in mssql_query() (Zeev)
  2797. - Upgraded PCRE to version 3.2 and fixed a bug when anchored pattern
  2798.   matched an empty string. (Andrei)
  2799. - Fixed a bug that prevented PHP from paying attention to the extension_dir
  2800.   directive with extensions that were loaded from the php.ini file (Zeev)
  2801. - Changed set_error_handler() to return the name of the previously defined
  2802.   error handler, if any (Zeev, Zend Engine)
  2803. - Declared <?php_track_vars?> officially dead.  It didn't work in PHP 4.0.0
  2804.   either, but now it's gone for good (Zeev)
  2805. - Make convert_cyr_string() binary safe and stop it from corrupting other
  2806.   PHP variables. (Andi)
  2807. - Added functions array_unique, array_intersect and array_diff (Stig Venaas)
  2808. - Fixed problem when using uninitialized values in comparisons with strings.
  2809.   They behave as empty strings again just like in PHP 3.
  2810.   (Andi & Zeev, Zend Engine)
  2811. - Fixed 'Z' flag in date() to adjust for daylight savings time. (Andrei)
  2812. - Fixed var_dump() not to modify the internal order of array elements (Zeev)
  2813. - Fixed stripcslashes() to remove to strip \ in unknown escapes instead of
  2814.   leaving it. (Andrei)
  2815. - Changed WDDX to always serialize arrays as structs. (Andrei)
  2816. - Fixed include_once() to issue a warning in case the supplied file name is
  2817.   not found (Zeev, Zend Engine)
  2818. - Fixed a bug in get_declared_classes() which could return the same class
  2819.   multiple times under certain circumstances (Zeev, Zend Engine)
  2820. - Fixed a bug in rawurldecode() that would cause in rawurldecode() corrupting
  2821.   its argument (Zeev)
  2822. - Parse errors (or other errors) in the php.ini files under Windows will no
  2823.   longer mess up the HTTP headers in CGI mode and are now displayed in a
  2824.   message box (Zeev)
  2825. - Fixed a crash in OCIFetchStatement() when trying to read after all data
  2826.   has already been read. (Thies)
  2827. - fopen_wrappers() are now extensible via modules (Hartmut Holzgraefe)
  2828. - Make trim strip \0 to match php 3 (Rasmus)
  2829. - Added function imagecreatefromxbm(). (Jouni)
  2830. - Added function imagewbmp(). (Jouni, based on patch from Rune Nordb°e
  2831.   Skillingstad)
  2832. - Added str_pad() for padding a string with an arbitrary string on left or
  2833.   right. (Andrei)
  2834. - Made the short_tags, asp_tags and allow_call_time_pass_reference INI
  2835.   directives work on a per-directory basis as well, e.g. from .htaccess
  2836.   files. (Zeev)
  2837. - Added fflush() function. (Eric Huss)
  2838. - Fixed a problem with static variables, default function arguments and class
  2839.   member variables, that contained array values. (Andi & Zeev, Zend Engine)
  2840. - Fixed virtual() when used with output buffering (Marc Pohl)
  2841. - Clean up constants in flock() function and add optional 3rd arg which
  2842.   is set to true on EWOULDBLOCK (Rasmus)
  2843. - Added functions pg_loimport(), pg_loexport(). (Jouni)
  2844. - Added SWF support to getimagesize() function (Derick Rethans)
  2845. - Added support for both indexed and non-indexed arrays of file uploads
  2846.   eg. name="file[]" type="file" (Rasmus)
  2847. - Added create_function(), which gives the ability to create functions
  2848.   on-the-fly (Zeev, Zend Engine)
  2849. - Added support for comparisons of arrays (with arrays) and objects (with
  2850.   objects);  The equality operator (==) performs an unordered comparison,
  2851.   whereas the identity operator (===) performs an ordered comparison (Zeev,
  2852.   Zend Engine)
  2853. - Allow all functions that receive user-defined function callbacks to accept
  2854.   an array that contains an object and a method name, in place of a function
  2855.   name, e.g. usort($array, array($obj, "ObjSort")) (Zeev, Zend Engine)
  2856. - Added set_error_handler() to allow custom error handling functions,
  2857.   instead of the built-in error handling code (Zeev, Zend Engine)
  2858. - Renamed user_error() to trigger_error();  user_error() remains
  2859.   defined for compatibility (Zeev, Zend Engine)
  2860. - Fixed the global/static statements to require a trailing terminating
  2861.   semi-colon ';'. (Andi, Zend Engine)
  2862. - Cleaned up PCRE extension and made it binary-safe. (Andrei)
  2863. - Added third argument to in_array(). If it's true, then in_array()
  2864.   will use strict comparison instead of the default one. (Andrei)
  2865. - Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev)
  2866. - ignore_user_abort=Off is now default. (Thies)
  2867. - Added array_merge_recursive() that will recursively merge values
  2868.   under the same keys. (Andrei)
  2869. - fixed crash in OCIParse when parsing invalid SQL. (Thies)
  2870. - Fixed a bug in mysql_connect() that made it ignore the socket argument, in
  2871.   case of non-persistent connects (Zeev)
  2872. - Added disable_functions php.ini directive, to allow administrators to disable
  2873.   certain functions for security reasons (Zeev)
  2874. - Fixed sessions on Win32. When setting the directory depth parameter in
  2875.   save_path you need to now delimit it with a ';' instead of ':', e.g
  2876.   "5;/tmp" instead of "5:/tmp" (Andi)
  2877. - Changed the Apache handler's return status to 'Declined' when a requested
  2878.   PHP file could not be found.  Returning 'Not Found' caused problems
  2879.   in the ErrorDocument handler stage in that $REDIRECT_REDIRECT_ERROR_NOTES
  2880.   was not getting set at all.  Moving to 'Declined' should fix this and I
  2881.   can't see any other side effects.  (Rasmus)
  2882. - Fixed scanning decimal numbers in internationalized environments. They should
  2883.   always be in standard US format e.g. 23.3. (Andi, Zend Engine)
  2884. - Added second argument to preg_quote() which allows quoting of
  2885.   one additional character, usually the regex delimiter. (Andrei)
  2886. - Uncommitted outstanding OCI8 transactions are now rolled back
  2887.   before the connection is closed. (Thies)
  2888. - ignore_user_abort() & friends should now work in CGI mode as well.
  2889.   (Patch by daniel.braun@ercom.fr)
  2890. - Added extension YAZ (dickmeiss).
  2891. - Fixed a crash bug triggered by certain cases of class redeclarations
  2892.   (Stas & Zeev, Zend Engine)
  2893. - Fixed min()/max() segfault. (Andrei)
  2894. - New module for reading EXIF header data from JPEG files.  Most digital
  2895.   cameras will embed all sorts of information about a picture inside the
  2896.   jpeg images it generates.  (Rasmus)
  2897. - Fixed basename() bug where "file.ext///" would not return the same
  2898.   as "/path/file.ext///" (Rasmus)
  2899. - Added the swf_ortho function. (Sterling)
  2900. - Moved to virtual current working directory support. This highly improves the
  2901.   functionality and stability of multi-threaded versions of PHP (Andi, Sascha)
  2902.  
  2903. 22 May 2000, Version 4.0.0 Release
  2904. - Allow the writing of flash files to stdout.
  2905. - Fixed a crash bug in .phps syntax-highlighted files (Andi)
  2906. - Improved round() to allow specification of rounding precision.
  2907.   (Andrei, Todd Kirby <kirbyt@yahoo.com>)
  2908. - Added SORT_REGULAR, SORT_NUMERIC, SORT_STRING flags that can be used with
  2909.   non-user sort functions for precise sorting behavior. (Andrei)
  2910. - Fixed two 64-bit issues (startup crash, gethostbyaddr). (Sascha)
  2911. - NULL values are now preserved in the return value of mysql_fetch_array()
  2912.   and mysql_fetch_object(). (Andrei)
  2913. - Ported InterBase module finally from PHP 3 to PHP 4. Full support for
  2914.   InterBase 6. (Jouni)
  2915. - Added swf_definepoly for drawing polygons to the SWF functions. (Sterling)
  2916. - Ported imagegammacorrect from PHP3 to PHP4. (Sterling)
  2917. - Added array_rand() function. (Andrei)
  2918.  
  2919. 8 May 2000, Version 4.0 Release Candidate 2
  2920. - NSAPI WIN32 Module compilable, untested (Shane)
  2921. - Apache WIN32 Module compilable and lightly tested. (Shane)
  2922. - Enabled assert() by default in php.ini-dist. (Andrei)
  2923. - Put in safeguards in case dynamic code evaluation in assert() and
  2924.   preg_replace() with /e modifier fails. (Andrei)
  2925. - Fixed infinite recursion when serializing $GLOBALS[] in WDDX. (Andrei)
  2926. - Made WDDX serialization properly escape <, >, and &. Also speeded up
  2927.   the serialization in general. (Andrei)
  2928. - Moved install-local to install-sapi for clarity. (Joey)
  2929. - Improved extension build framework. Refer to README.SELF-CONTAINED-EXTENSIONS
  2930.   for an introduction. (Sascha)
  2931. - ImagePolygon() is no longer limited by a maximum number of polygons.
  2932.   (Marc Pohl)
  2933. - Added configure time checking for bcmath package. (Joey, Sascha)
  2934. - Added get_declared_classes(). (Andrei, Zend Engine)
  2935. - Added initial NSAPI module from Jayakumar Muthukumarasamy. (Rasmus)
  2936. - Added the SWF module which allows you to create Macromedia Flash files via 
  2937.   libswf. (Sterling)
  2938. - Improved UNIX build system to support more vendor make tools (Sascha)
  2939. - Updated natural comparison/sorting algorithm by Martin Pool
  2940.   <mbp@humbug.org.au>. (Andrei)
  2941. - Fixed a crash in array_multisort() that happened when empty arrays
  2942.   were passed to it. (Andrei)
  2943. - Added substr_count() from Peter Kovacs. (Andrei)
  2944. - Added an optional third argument to fseek to indicate where to seek from.
  2945.   (Andrei)
  2946. - OCIBindByName() will no longer complain about bindlength beeing zero. (Thies)
  2947. - Converted the IMAP module to the high performance API (Zeev)
  2948. - The fgetcsv() function now handles embedded end-of-line in a quoted field
  2949.   (Nick Talbott)
  2950. - Added user_error(), to allow explicitly generate error messages from scripts
  2951.   (Zeev, Zend Engine)
  2952. - Fixed a problem in long2ip() that occasionally returned incorrect IP address.
  2953.   (Evan, Andrei)
  2954. - Fixed many memory leaks in the IMAP module (Stas, Andi, Zeev)
  2955. - Fixed bug in number_format (Jon Forsberg)
  2956. - Make error_prepend_string and error_append_string work (Rasmus)
  2957. - array_walk() now automatically resets the array. (Andrei)
  2958. - Added natural comparison/sorting routines strnatcmp(), strnatcasecmp(),
  2959.   natsort(), and natcasesort(). These are useful for comparing and sorting
  2960.   strings that contain numbers. Based on the code from Martin Pool
  2961.   <mbp@humbug.org.au>. See http://www.linuxcare.com.au/projects/natsort/
  2962.   for more info on natural sorting. (Andrei)
  2963. - Zeus Webserver support (version 3.3.6+) for ISAPI (Ben Mansell)
  2964. - Fixed several problems with the PATH_TRANSLATED and PHP_SELF under Apache
  2965.   (Paul Gregg & Zeev)
  2966. - Ported ldap_get_values_len() function from PHP3 to PHP4. (Sterling)
  2967. - Fixed a problem in include_once() with non constant arguments (Andi & Zeev,
  2968.   Zend Engine)
  2969. - Added php.ini-optimized (Zeev)
  2970. - Ported ldap_errno(), ldap_err2str() and ldap_error() from PHP3 to PHP4.
  2971.   (Sterling)
  2972. - WDDX now defaults to ISO-8859-1. (Thies)
  2973. - Fixed crash resulting from IMAP's error handling (Stas)
  2974. - Added $HTTP_POST_FILES[filename][tmp_name] - it was previously impossible to
  2975.   retrieve the temporary name of an uploaded file using $HTTP_POST_FILES[]
  2976.   (Zeev)
  2977. - Made the IMAP and LDAP modules compilable under Windows and thread-safe
  2978.   (Zeev)
  2979. - Fixed a problem when dealing with large POST blocks in CGI mode (Zeev)
  2980. - Added session_get_cookie_params() function. (Sterling)
  2981. - Fixed return of stristr() to no longer always be lowercased. (Andrei)
  2982. - Changed the Windows version of PHP so that a php.ini file is no
  2983.   longer mandatory (Zeev)
  2984. - session_start() is now more verbose if headers cannot be send. (Thies)
  2985. - Fixed a memory leak when using assign-op bitwise operators on strings (Zeev,
  2986.   Zend Engine)
  2987. - Added support for reading properties that require arguments in the COM
  2988.   module - writing to them will only be supported in PHP 4.1 (Zeev)
  2989. - Fixed a very old legacy memory leak in the COM module (Zeev)
  2990. - Fixed problems with object-overloading support - noteably, COM and Java
  2991.   (Zeev, Zend Engine)
  2992. - Fixed an overrun in WDDX. (Thies)
  2993. - Fixed a crash bug with modules loaded through dl() not properly freeing their
  2994.   resources (Zeev, Zend Engine)
  2995. - Added localtime() function. (Sterling)
  2996. - Added the 'I' format option for the date function, this option will return
  2997.   true or false depending on whether or not daylight savings time is in effect.
  2998. (Sterling)
  2999. - Added gmstrftime() function. (Sterling)
  3000. - snmp_walkoid is now an alias for snmp_realwalk. (Sterling)
  3001. - Fixed a bug that could cause a crash when using 'global' inside large include
  3002.   files (Stas, Zend Engine)
  3003. - Added --enable-libgcc switch to force linking against libgcc (Sascha)
  3004. - Fixed dynamic loading where extension_dir had no trailing slash (Sascha)
  3005. - Fixed dynamic loading on OpenBSD (Sascha)
  3006. - Improved POSIX threads check. ZTS works now on at least Linux, Solaris, 
  3007.   FreeBSD and OpenBSD (Sascha, TSRM)
  3008. - Added !== operator support. (Torben, Zend Engine)
  3009.  
  3010. 27 March 2000, Version 4.0 Release Candidate 1
  3011. - Added support for UCD-SNMP 4.1.x (Sascha)
  3012. - Fixed a data corruption bug in mysql_result(), if used in table.fieldname
  3013.   mode (Zeev)
  3014. - Fixed a crash problem in func_num_args(), func_get_arg() and func_get_args()
  3015.   when used as function arguments (Andi, Zend Engine)
  3016. - Added get_class_methods(string classname) function. (Andrei)
  3017. - Added 'I' switch to test whether or not DST is active. (Sterling)
  3018. - Fixed a data corruption bug in mysql_result(), if used in table.fieldname
  3019.   mode (Zeev)
  3020. - Modified the registry INI entry reader (Win32) to work with drive letters.
  3021.   For example, if you wish to wish to specify INI entries for C:\foo\bar, you
  3022.   should create HKLM\PHP\Per Directory Values\C\foo\bar in the registry, and add
  3023.   string values for each directive you want to override in this directory (Zeev)
  3024. - Fixed extract() for EXTR_PREFIX_SAME and EXTR_SKIP cases. (Andrei)
  3025. - stristr() no longer modifies it's arguments. (Thies)
  3026. - Don't default to iso-8859-1 since this confuses some browsers. (Rasmus)
  3027. - Make it possible to specify both a port and a socket
  3028.   in mysql_[p]connect.  (Rasmus)
  3029. - Added --disable-pic for disabling generating PIC for shared objects
  3030.   on platforms which support it (i.e. Linux) (Sascha)
  3031. - serialize()/unserialize() now call __sleep() and __wakeup() when
  3032.   working on objects. (Thies)
  3033. - renamed to_string() method to __string_value() for consistency.
  3034.   (Thies, Zend Engine)
  3035. - Fixed a bug in the third argument to define()
  3036. - Added is_numeric() that returns true if the argument is a number
  3037.   or a numeric string. (Andrei)
  3038. - domxml now supports libxml 2.0 Beta and drops support for older versions,
  3039.   due to massive changes in libxml
  3040. - fixed possible crash in unserialize() if serialized data was
  3041.   corrupted. (Thies)
  3042. - Changed $HTTP_STATE_VARS to $HTTP_SESSION_VARS. Use only the latter
  3043.   version now! (Andrei)
  3044. - Added GD-JPEG Support (Rasmus)
  3045. - Prevent from loading dynamic PHP modules which were compiled with different
  3046.   debug and thread safety modes than PHP, which resulted in a crash (Andi)
  3047. - connection_aborted() and friends work again (Thies)
  3048. - Upgraded to libtool 1.3.4 (Sascha)
  3049. - UNIX configure creates config.nice in the build directory now which allows
  3050.   easy reuse of configuration options (Sascha)
  3051. - Added support for embedded MySQL client library. Unless you specify a path
  3052.   to --with-mysql, the bundled MySQL client library will be used (Sascha)
  3053. - Added include_once() and require_once() functionality (Andi, Zend Engine)
  3054. - Removed support for pdflib < 3.0 (Uwe)
  3055. - Added auto-registration of everything in $HTTP_SESSION_VARS[] if
  3056.   register_globals is turned off. (Andrei)
  3057. - Cleaned up extension namespace (Stig)
  3058. - OCINLogon() sessions are now closed again. (Thies)
  3059. - Added ip2long() and long2ip(),
  3060.   courtesy of Faisal Nasim <faisal@nasim.org> (Andrei)
  3061. - Added ftruncate() and fstat(),
  3062.   courtesy of Faisal Nasim <faisal@nasim.org> (Andrei)
  3063. - Added parse_ini_file().  Currently implemented in non thread safe version
  3064.   of PHP, and currently lacks section support (Zeev)
  3065. - "none" is now equivalent with "" in Apache config directives (Stig)
  3066. - OCINLogon no longer crashes. (Thies)
  3067. - Fixed comparisons of (string) "nan" with (string) "nan". (Thies, Zend Engine)
  3068. - Switched back to the old $HTTP_*_VARS[] behavior - $HTTP_GET_VARS["foo"]
  3069.   and $foo are no longer references to each other, but separate variables
  3070.   like they were prior to PHP 4.0 Beta 4 (Zeev)
  3071. - Fixed Sybase-DB compilation (Zeev)
  3072. - Fixed a (fairly common) situation where error_reporting values would not be
  3073.   properly restored after a call to error_reporting(), in between requests
  3074.   (Zeev)
  3075. - The various $HTTP_*_VARS[] are now protected, and cannot be manipulated by
  3076.   user input (Zeev)
  3077. - Added ini_set() as an alias to ini_alter() (Zeev)
  3078. - The string None is now recognized as a keyword by the php.ini processor, and
  3079.   can be used to denote an empty string (Zeev)
  3080. - Added get_class_vars(string class_name) and get_object_vars(object obj)
  3081.   functions. (Andrei, Zend Engine)
  3082. - Added pdf_set_parameter(), pdf_skew(), pdf_show_boxed() (Uwe)
  3083. - Fixed comparison of (string) "inf" with (string) "inf", which was erroneously
  3084.   returning false (Zeev)
  3085. - Implemented default_charset and default_mimetype config directives (Stig)
  3086. - Ported T1lib support from PHP3. (Jouni)
  3087. - Fixed -DEAPI inheritance from APXS. (Sascha)
  3088. - Fixed possible crash in module-shutdown. (Thies)
  3089. - Fixed safe_mode_protected_env_vars INI directive (Zeev)
  3090. - Fixed getrusage() (Sascha)
  3091. - Fixed OCI8 crash when returning cursors from stored-procedures. (Thies)
  3092.  
  3093. 21 February 2000 Version 4.0 Beta 4 patch level 1 
  3094. - Fixed crash when magic_quotes were switched off. (Thies)
  3095. - Support for pdflib 2.30 (Uwe)
  3096.  
  3097. 20 February 2000, Version 4.0 Beta 4
  3098. - Introduced $HTTP_POST_FILES[], that contains information about files uploaded
  3099.   through HTTP upload (Zeev)
  3100. - Made PHP work under Microsoft Personal Web Server, under both Windows NT
  3101.   workstation and Windows 95 (Zeev)
  3102. - Made multipart/form-data content obey to the variables_order directive (Zeev)
  3103. - Updated the browscap module to work with PHP 4.0 (Zeev)
  3104. - Recover gracefully in ISAPI after the client prematurely presses STOP (Andi)
  3105. - Fixed bug in unset() on array offsets which are referenced more than once
  3106.   (Andi, Zend Engine)
  3107. - Improved ISAPI module - it should no longer be necessary to set PHP as
  3108.   an ISAPI filter, only as an ISAPI extension, unless you wish to perform
  3109.   authentication using PHP.  This didn't yet get enough testing, but it
  3110.   should work (Zeev)
  3111. - Fixed RFC1867 file upload under Windows (Zeev)
  3112. - Initital support for pdflib 2.20 (Uwe)
  3113. - Added PostgreSQL support for DB (Rui Hirokawa <louis@cityfujisawa.ne.jp>)
  3114. - Re-introduced "none" for disabling auto_prepend/append_file (Stig)
  3115. - Added DB/storage (Stig, PEAR)
  3116. - Introduced DB warnings (Stig, PEAR)
  3117. - Fixed overrun in strip_tags (Stas)
  3118. - Fixed crash in strip_tags() and related functions. (Thies)
  3119. - Workaround for bogus POST-Data from IE/Mac. (Thies)
  3120.   Patch by Alain Malek <alain@virtua.ch>
  3121. - Finished the server abstraction layer;  All of the PHP code is now shared
  3122.   across different servers (Apache, CGI, IIS, etc.), except for thin
  3123.   interface modules (Zeev)
  3124. - Added NULL-support in gettype(). (Thies)
  3125. - base64_decode() will decode POST data correct. (Thies)
  3126.   Patch submitted by: Turadg Aleahmad <turadg@wise.berkeley.edu>
  3127. - Much more work on domxml. Build xml tree, create xml doc works (Uwe)
  3128. - Made foreach() work on objects. (Thies, Zend Engine)
  3129. - Added domxml extension based on libxml, still little functionality (Uwe)
  3130. - Fixed memory corruption in fgetss(), strip_tags() and gzgetss() (Zeev)
  3131. - Updated calendar dynamic library to work with PHP 4. (Evan)
  3132. - Added strncmp() function, courtesy of Walter. (Andrei)
  3133. - Made the output of var_dump() more informative. (Thies)
  3134. - Fixed some OCIBindByName() problems. (Thies)
  3135. - Protect the ISAPI module against exceptions.  Stack overflows in scripts are
  3136.   now nicely detected and handled (Zeev)
  3137. - Fixed possible buffer-overflow in base64_decode. (Thies)
  3138. - Fixed possible buffer-overflow in setcookie(). (Thies)
  3139. - Fixed signal() bug that could cause the Apache master process to
  3140.   die. (Thies)
  3141. - Added session_set_cookie_params() function. (Andrei)
  3142. - If header information is sent after output has already been sent, the warning
  3143.   message will now state the filename and line number at which the first output
  3144.   was made (Zeev)
  3145. - Added the XML Expat library to the standard PHP source distribution thanks
  3146.   to its author James Clark (Andi & Zeev)
  3147. - Added XML support to the default Win32 build (Andi & Zeev)
  3148. - Added socket_get_status() function. Renamed:
  3149.     set_socket_timeout() -> socket_set_timeout()
  3150.     set_socket_blocking() -> socket_set_blocking(). (Andrei)
  3151. - Added realpath() function. (Andrei)
  3152. - mktime interprets years in the range 0-70 now as 2000-2070. You can
  3153.   continue to specify the complete year (i.e. 1920) (Sascha)
  3154. - Added the ability to control the environment variables the user is allowed
  3155.   to change in Safe Mode, using INI directives (Zeev)
  3156. - Fixed a crash bug in strtr() working on large input strings (Zeev)
  3157. - Ora_GetColumn()/Ora_FetchInto() now return NULL for NULL-Columns. (Thies)
  3158. - OCI8 now supports binding of NULL-values. Module cleanups. (Thies)
  3159. - Added ability to set timeout on socket read operations through
  3160.   set_socket_timeout() function. (Andrei)
  3161. - Added implicit_flush INI directive (Zeev)
  3162. - Added implicit_flush() to control whether flush() should be called
  3163.   implicitly after any output (Zeev)
  3164. - Fixed a crash in pfsockopen() (Zeev)
  3165. - Fixed a possible crash in phpinfo() (Zeev)
  3166. - Added register_argc_argv INI directive, to allow to selectively disable
  3167.   the declaration of the $argv and $argc variables for increased
  3168.   performance (Zeev)
  3169. - Added $HTTP_ENV_VARS[] and $HTTP_SERVER_VARS[] support, which similarly
  3170.   to $HTTP_GET_VARS[], contain environment and server variables.  Setting
  3171.   register_globals to Off will now also prevent registration of the
  3172.   environment and server variables into the global scope (Zeev)
  3173. - Renamed gpc_globals INI directive to register_globals (Zeev)
  3174. - Introduced variables_order that deprecates gpc_order, and allows control
  3175.   over the server and environment variables, in addition to GET/POST/Cookies
  3176.   (Zeev)
  3177. - new function cpdf_set_document_limits() (Uwe)
  3178. - Applied safe-mode patch to popen(). (Patch by Kristian K÷hntopp)
  3179. - str_repeat() now returns correct length. (Thies)
  3180. - Don't assume libz and libpng are installed for the GD checks (Rasmus)
  3181. - Implemented support for <boolean> and <null> types according
  3182.   to WDDX version 1.0 (Andrei)
  3183. - Made var_dump()/serialize()/unserialize() NULL aware. (Thies)
  3184. - Added new NULL constant (Zeev, Zend Engine)
  3185. - Fixed -c support in the standalone CGI binary (Zeev)
  3186. - Increased PHP's performance by 5-15% using a new memory cache (Andi & Zeev,
  3187.   Zend Engine)
  3188. - Improved the php.ini reader to support constants and bitwise operators (Zeev)
  3189. - Fixed strrev() to no longer modify arg1. (Thies)
  3190. - Fixed buffer overruns in iptcembed(). (Thies)
  3191. - Fixed a bug in ODBC error reporting (Zeev)
  3192. - Added PHP_Logo_GUID() and Zend_Logo_GUID() functions, that return the GUIDs
  3193.   of the PHP and Zend logos used in phpinfo() (Zeev)
  3194. - Added GNU Pth support (Sascha, TSRM library)
  3195. - Removed select(), fd_set() and fd_isset() - will be reimplemented soon! (Thies)
  3196. - Improved Win32 performance significantly by using different mutexes (Zeev,
  3197.   TSRM library)
  3198. - Made quotemeta() and preg_quote() binary-safe. (Andrei)
  3199. - Added UDP support in fsockopen(). (Evan)
  3200. - Added --disable-pear option (Andrei)
  3201. - Renamed libzend repository to Zend (Zeev)
  3202. - Added support for thttpd (Sascha)
  3203. - Added session.cache_limiter and cache_expire options (Sascha)
  3204. - Restored the PHP_VERSION and PHP_OS constants (Zeev)
  3205. - Added get_loaded_extensions(), extension_loaded(), and
  3206.   get_extension_funcs() functions. (Andrei)
  3207. - Added date/time stamping to PHP error log file. (Andrei, Joey)
  3208. - Added is_subclass_of() function (Andrei, Zend Engine)
  3209. - Implemented count_chars(). (Thies)
  3210. - Added class_exists() function (Andrei, Zend Engine)
  3211. - Made strspn() and strcspn() binary-safe. (Andrei)
  3212. - Added array_multisort() function. (Andrei)
  3213. - Made pageinfo.c thread-safe (Sascha)
  3214. - Made implode() binary-safe (Andrei)
  3215. - Made strstr(), stristr(), and ucwords() binary-safe() (Andrei)
  3216. - Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei)
  3217. - Fixed a crash in the Apache syntax highlighting mode (Zeev)
  3218. - Report all ODBC error's not just the one on the top of the stack (lurcher)
  3219. - OCI8 now returns NULL values in LONG columns correct. (Thies)
  3220. - Added support for a C-like assert() function. (Thies)
  3221. - Added CyberCash support. (Evan)
  3222. - Made explode() binary-safe. (Thies)
  3223. - Made strpos() binary-safe. (Thies)
  3224. - Added XML_Set_Object() function, now you can use the XML-Parser from
  3225.   within an object. (Thies)
  3226. - Session vars are now decoded into $HTTP_STATE_VARS[] array and the
  3227.   globals, depending on track_vars and gpc_globals settings (Andrei)
  3228. - Added get_used_files() function - returns a hash mapping the use()'d files
  3229.   to their full path (Zeev)
  3230. - PHP 4 scripts will now obey the max_execution_time setting and actually
  3231.   time out (Rasmus)
  3232. - Added configure command to phpinfo() output (Stig)
  3233. - Added optional socket path to the mysql_?connect() functions (Rasmus)
  3234. - Made mysql and gd work as shared extensions again (Stig)
  3235. - Make the global GET/POST/Cookie variables and their $HTTP_*_VARS[] counterparts
  3236.   be references to each other (Zeev)
  3237. - Added support for the 'use' keyword - behaves like 'require', but will not
  3238.   use the same file more than once (Andi & Zeev, Zend Engine)
  3239. - Added check to see if a persistent connection is still valid with the
  3240.   ODBC interface before reusing (nick@easysoft.com)
  3241. - Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>)
  3242. - Renamed "PECL" to "PEAR" (PHP Extension and Add-on Repository) (Stig)
  3243. - buildconf now uses build.mk (Stig)
  3244. - Disable symlinks to urls (Rasmus)
  3245. - Informix driver now reflects version of ESQL/C used  (Danny)
  3246. - Modified session_register() to take variable number of arguments (Andrei)
  3247. - Fixed file descriptor leak in thread safe mode (Zeev, Zend Engine)
  3248. - Added select(), fd_set() and fd_isset() (Evan)
  3249. - cpdf support has been ported from php3, needs ClibPDF 2.x (Uwe)
  3250. - Fixed a leak when using automatic output buffering (Zeev)
  3251. - Introduced PECL - PHP Extension and Code Library
  3252.   (prounounced "pickle") (Stig)
  3253. - Fixed inconsistencies in the implementation of here-docs (Andi & Zeev, Zend 
  3254.   library)
  3255. - Fixed a problem with constant class-member initializations (Andi & Zeev,
  3256.   Zend Engine)
  3257. - Fixed float-compare in min(),max(),a[r]sort(),[r]sort() (Thies)
  3258. - Implemented get_html_translation_table() function (Thies)
  3259. - Implemented array_flip() function. Returns input-array with key, value
  3260.   flipped (Thies)
  3261. - Added Berkeley DB3 support in DBA (Sascha)
  3262. - Implemented 2-Arg version of strtr($str,$translation_array). This can be used
  3263.   to revert what htmlspecialchars() did (Thies)
  3264. - Fixed mem-overwrite in XML_Parse_Into_Struct (Thies)
  3265. - Added substr_replace() function (Andrei)
  3266.  
  3267. November 16 1999, Version 4.0 Beta 3
  3268. - ucfirst()/ucwords() no longer modify arg1 (Thies)
  3269. - Fixed strtr() not to modify arg1 (Thies)
  3270. - Added Win32 build files for Informix driver and make it
  3271.   compile with ZTS (danny)
  3272. - Added tmpfile() function (Stig)
  3273. - Upgraded regex library to alpha3.8 (Sascha)
  3274. - Fixed selecting nested-tables in OCI8. (Thies)
  3275. - RFC-854 fix for internal FTP-Code. Commands have to end in "\r\n" (Thies)
  3276. - Fixed OpenLink ODBC support (Stig)
  3277. - min(),max(),a[r]sort(),[r]sort(),k[r]sort() now work consistent with the 
  3278.   language-core. (Thies)
  3279. - tempnam() now uses mkstemp() if available (Stig)
  3280. - serialize() and var_dump() now honor the precision as set in php.ini
  3281.   for doubles. (Thies)
  3282. - Improved the Win32 COM module to support [out] parameters (Boris Wedl)
  3283. - Fixed garbage returned at the end of certain Sybase-Columns (Thies)
  3284.   Patch submitted by: neal@wanlink.com
  3285. - Added Microsoft SQL Server module for Win32 (Frank)
  3286. - Added support for forcing a variable number of internal function arguments
  3287.   by reference. (Andi & Zeev, Zend Engine)
  3288. - Implemented getprotoby{name,number} (Evan)
  3289. - Added array_pad() function. (Andrei)
  3290. - Added new getservby{name,port} functions. (Evan)
  3291. - Added session.cookie_path and session.cookie_domain (Sascha)
  3292. - Continue processing PHP_INI_SYSTEM knownDirectives after extension=
  3293.   (Sam Ruby)
  3294. - Enable IBM DB2 support - Tested against DB2 6.1 UDB on Linux (Rasmus)
  3295. - Added new str_repeat() function. (Andrei)
  3296. - Output-Buffering system is now Thread-Safe. (Thies)
  3297. - implemented OCI8 $lob->WriteToFile() function - very useful for streaming
  3298.   large amounts of LOB-Data without to need of a huge buffer. (Thies)
  3299. - Added session.use_cookies option (Sascha)
  3300. - Added getcwd() function. (Thies)
  3301. - XML_Parse_Into_Struct no longer eats data. (Thies)
  3302. - Fixed parse_url('-') crash. (Thies)
  3303. - added === operator support. (Andi & Thies, Zend Engine)
  3304. - unserialize() now gives a notice when passed invalid data. (Thies)
  3305. - Fixed shuffle() so that it no longer breaks on Solaris. (Andrei)
  3306. - Added is_resource(), is_bool() functions. (Thies)
  3307. - Cleaned up File-Module (Thies)
  3308. - Upgraded math-funtions to use new Zend function API (Thies)
  3309. - Fixed zombie problem in shell_exec() and $a = `some_command`
  3310.   constructs. (Thies)
  3311. - Thies introduced ZEND_FETCH_RESOURCE2 (Danny).
  3312. - Added Informix driver to list of maintained extensions. (Danny).
  3313. - Informix driver : Changed ifx.ec to use the new high-performance
  3314.   ZEND API. (Danny)
  3315. - IXF_LIBDIR environment variable specifies alternate Informix library
  3316.   path for configure (Danny).
  3317. - Fixed gmmktime() so that the following should always be true:
  3318.   gmmktime([args]) == mktime([args]) + date('Z', mktime([args])) (Jouni)
  3319. - setlocale doesn't anymore screw up things if you forgot to change it back
  3320.   to the original settings. (Jouni)
  3321. - Switched to new system where ChangeLog is automagically updated from commit
  3322.   messages. NEWS file is now the place for public announcements. (Andrei)
  3323. - Fixed refcount problem in XML module. (Thies)
  3324. - Fixed crash in HTTP_RAW_POST_DATA handling (Thies)
  3325. - You can use resources as array-indices again (Thies, Zend Engine)
  3326. - Fixed pg_fetch_array() with three arguments (Sascha)
  3327.   Patch submitted by: brian@soda.berkeley.edu
  3328. - Upgraded a lot internal functions to use new Zend function API (Thies)
  3329. - fdf support ported; not completely tested with latest version 4.0 for
  3330.   glibc (Uwe)
  3331. - OCI8 connections are now kept open as long as they are referenced (Thies)
  3332. - Cleaned up Directory-Module (Thies)
  3333. - Small fix in Ora_Close (Thies)
  3334. - Ported range() and shuffle() from PHP 3 to PHP 4 (Andrei)
  3335. - Fixed header("HTTP/..."); behaviour (Sascha)
  3336. - Improved UNIX build system. Now utilizes libtool (Sascha)
  3337. - Upgrade some more internal functions to use new Zend function API. (Thies, 
  3338.   Zend Engine)
  3339. - Fixed backwards incompatibility with ereg() (Thies)
  3340. - Updated Zend garbage collection with a much more thorough method.
  3341.   (Andi, Zend Engine)
  3342. - Added the ability to use variable references in the array() construct.
  3343.   For example, array("foo" => &$foo). (Andi, Zend Engine)
  3344. - Added array_reverse() function (Andrei)
  3345. - Some more XML fixes/cleanups (Thies)
  3346. - Updated preg_replace() so that if any argument passed in is an array
  3347.   it will make a copy of each entry before converting it to string so that
  3348.   the original is intact. If the subject is an array then it will preserve
  3349.   the keys in the output as well (Andrei) 
  3350. - Updated OCI8 to use the new high-performance Zend function API. (Thies)
  3351. - Configure speedup (Stig)
  3352. - Fixed LOB/Persistent-Connection related OCI8-Crash (Thies)
  3353. - Generalized server-API build procedure on UNIX (Stig)
  3354. - Added '--disable-rpath' option (Sascha)
  3355. - Added AOLserver SAPI module (Sascha)
  3356. - Fixed XML Callbacks. (Thies)
  3357. - Updated ODBC to use the new high-performance Zend function API (kara)
  3358. - Updated zlib to use the new high-performance Zend function API. (Stefan)
  3359. - Updated preg_split() to allow returning only non-empty pieces (Andrei)
  3360. - Updated PCRE to use the new high-performance Zend function API (Andrei)
  3361. - Updated session, dba, mhash, mcrypt, sysvshm, sysvsem, gettext modules to use
  3362.   the new high-performance Zend function API (Sascha)
  3363. - Extended var_dump to handle resource type somewhat (Andrei)
  3364. - Updated WDDX to use the new high-performance Zend function API (Andrei)
  3365. - Updated XML to use the new high-performance Zend function API. (Thies)
  3366. - Updated Oracle to use the new high-performance Zend function API. (Thies)
  3367. - Improved the performance of the MySQL module significantly by using the new
  3368.   high-performance Zend function API. (Zeev)
  3369. - Added support for the Easysoft ODBC-ODCB Bridge (martin@easysoft.com)
  3370. - Fixed bug in odbc_setoption, getParameter call incorrect (martin@easysoft.com)
  3371. - Ora_Fetch_Into now resets the returned array in all cases (Thies) 
  3372. - Fixed NULL-Column problem in Oracle-Driver (Thies)
  3373. - Added extra metadata functions to ODBC, SQLTables etc (nick@easysoft.com)
  3374. - Fixed SEGV in mcal make_event_object() and
  3375.   typo in mcal_list_alarms() (Andrew Skalski)
  3376. - Fixed Ora_PLogon (Thies)
  3377. - Resourcified Oracle (Thies)
  3378. - Implemented object serialization/deserialization in WDDX (Andrei)
  3379. - Added krsort() function (Thies)
  3380. - Added func_num_args(), func_get_arg() and func_get_args() for standard
  3381.   access to variable number of arguments functions (Zeev)
  3382. - Added FTP support (Andrew Skalski)
  3383. - Added optional allowable_tags arguments to strip_tags(), gzgetss() and
  3384.   fgetss() to allow you to specify a string of tags that are not to be
  3385.   stripped  (Rasmus)
  3386. - Upgraded var_dump() to take multiple arguments (Andrei)
  3387. - Resourcified XML (Thies)
  3388. - Fixed a memory leak in the Apache per-directory directives handler (Zeev)
  3389. - Added array_count_values() function. (Thies)
  3390. - snmp, pgsql, mysql and gd modules can be built as dynamically loaded 
  3391.   modules (Greg)
  3392. - OCI8 fix for fetching empty LOBs (Thies)
  3393. - Added user-level callbacks for session module (Sascha)
  3394. - Added support for unknown POST content types (Zeev)
  3395. - Added "wddx" serialization handler for session module (Sascha)
  3396.   (automatically enabled, if you compile with --with-wddx)
  3397. - Fixed unserializing objects (Thies)
  3398. - PHP 4.0 now serializes Objects as 'O' (not understood by PHP 3.0), but
  3399.   unserializes PHP 3.0 serialized objects as expected. (Thies)
  3400. - Made serialize/unserialize work on classes. If the class is known at 
  3401.   unserialize() time, you'll get back a fully working object! (Thies)
  3402. - Reworked preg_* functions according to the new PCRE API, which also made
  3403.   them behave much more like Perl ones (Andrei)
  3404. - Made it possible to specify external location of PCRE library (Andrei)
  3405. - Updated bundled PCRE library to version 2.08 (Andrei)
  3406. - count()/is_array/is_object... speedups. (Thies)
  3407. - OCI8 supports appending and positioning when saving LOBs (Thies)
  3408. - Added metaphone support (Thies)
  3409. - OCI8 doesn't use define callbacks any longer. (Thies) 
  3410. - OCI8 Driver now supports LOBs like PHP 3.0. (Thies)
  3411. - var_dump now dumps the properties of an object (Thies)
  3412. - Rewrote the GET/POST/Cookie data reader to support multi-dimensional
  3413.   arrays! (Zeev)
  3414. - Renamed allow_builtin_links to expose_php (defaults to On).  This directive
  3415.   tells PHP whether it may expose its existence to the outside world, e.g.
  3416.   by adding itself to the Web server header (Zeev)
  3417. - Added support for transparent session id propagation (Sascha)
  3418. - Made WDDX serialize object properties properly (Andrei)
  3419. - Fixed WDDX mem leak when undefined variable is passed in
  3420.   for serialization (Andrei)
  3421. - Added session_unset() function (Andrei)
  3422. - Fixed double session globals shutdown crash (Andrei)
  3423. - Fixed crash related to ignore_user_abort ini entry (Andrei)
  3424. - Added support for external entropy sources for session id creation 
  3425.   (on Unices /dev/random and /dev/urandom) (Sascha)
  3426. - Added gpc_globals variable directive to php.ini.  By default it is On, but
  3427.   if it is set to Off, GET, POST and Cookie variables will not be inserted
  3428.   to the global scope.  Mostly makes sense when coupled with track_vars (Zeev)
  3429. - Added versioning support for shared library (Sascha)
  3430.   This allows concurrent use of PHP 3.0 and PHP 4.0 as Apache modules. See
  3431.   the end of the INSTALL file for more information.
  3432. - Added second parameter to array_keys which specifies search value
  3433.   for which the key should be returned (Andrei)
  3434. - Resourcified Informix driver (Danny)
  3435. - New resource handling for odbc, renamed to php_odbc.[ch]
  3436. - Make set_time_limit() work on Unix (Rasmus)
  3437. - Added connection handling support (Rasmus)
  3438. - Improved the Sybase-CT module to make use of resources (Zeev)
  3439. - Improved the mSQL module to make use of resources (Zeev)
  3440. - Changed mysql_query() and mysql_db_query() to return false in case of saving
  3441.   the result set data fails (Zeev)
  3442. - Improved the resource mechanism - resources were not getting freed as soon
  3443.   as they could (Zeev)
  3444. - Added shared memory module for session data storage (Sascha)
  3445. - Fixed session.auto_start (Sascha)
  3446. - Fixed several problems with output buffering and HEAD requests (Zeev)
  3447. - Fixed HTTP Status code issue with ISAPI module (Zeev)
  3448. - Fixed a problem that prevented $GLOBALS from working properly (Zeev, Zend
  3449.   library)
  3450. - Ported newest GetImageSize (Thies)
  3451. - Added session compile support in Win32 (Andi)
  3452. - Added -d switch to the CGI binary that allows overriding php.ini values
  3453.   from the command line (Zeev)
  3454. - Fixed a crash that would occur if wddx_deserialize did not receive
  3455.   a valid packet (Andrei)
  3456. - Fixed a bugglet when redefining a class at run-time (Andi, Zend Engine)
  3457. - Fixed sem_get() on AIX (Sascha)
  3458. - Fixed fopen() to work with URL's in Win32 (Andi & Zeev)
  3459. - Fixed include_path for Win32 (Andi, Zend Engine)
  3460. - Fixed bug in ISAPI header sending function (Charles)
  3461. - Fixed memory leak when using undefined values (Andi & Zeev, Zend Engine)
  3462. - Added output_buffering directive to php.ini, to enable output buffering
  3463.   for all PHP scripts - default is off (Zeev).
  3464. - Fixed some more class inheritance issues (Zeev, Zend Engine)
  3465. - Fixed Apache build wrt to shared modules on FreeBSD/Linux (Sascha)
  3466. - Added session.extern_referer_chk which checks whether session ids were
  3467.   referred to by an external site and eliminates them (Sascha)
  3468. - Improved session id generation (Sascha)
  3469. - Improved speed of uniqid() by using the combined LCG and removing
  3470.   the extra usleep() (Sascha)
  3471. - Introduced general combined linear congruential generator (Sascha)
  3472. - Made ldap_close back into an alias for ldap_unbind (Andrei)
  3473. - OciFetchInto now resets the returned array in all cases (Thies)
  3474. - Fixed mysql_errno() to work with recent versions of MySQL (Zeev)
  3475. - Fixed a problem with define() and boolean values (Zeev)
  3476. - Fixed inclusion of gd/freetype functions (Sascha)
  3477. - Fixed persistency of MHASH_* constants (Sascha)
  3478. - Oracle is now ZTS-Safe (Thies)
  3479. - Fixed flushing of cached information to disk in DBA's DB2 module (Sascha)
  3480. - OCI8 is now ZTS-Safe (Thies)
  3481. - Fixed is_writeable/is_writable problem; they are both defined now (Andrei)
  3482. - Imported PHP 3.0 diskfreespace() function (Thies)
  3483. - Fixed thread-safety issues in the MySQL module (Zeev)
  3484. - Fixed thread-safe support for dynamic modules (Zeev)
  3485. - Fixed Sybase CT build process (Zeev)
  3486.  
  3487. August 9 1999, Version 4.0 Beta 2
  3488. - Fixed a problem when sending HTTP/1.x header lines using header() (Zeev)
  3489. - Win32 builds now include the ODBC module built-in (Zeev)
  3490. - Fixed SYSV-SHM interface (Thies).
  3491. - Updated hyperwave module, made it thread safe
  3492. - Updated pdflib module, version 0.6 of pdflib no longer supported
  3493. - Updated fdf module
  3494. - Built-in phpinfo() links are now turned off by default.  They can be turned
  3495.   on using the allow_builtin_links INI directive (Zeev)
  3496. - Changed phpinfo() to list modules that have no info function (Zeev)
  3497. - Modified array_walk() function so that the userland callback is passed
  3498.   a key and possible user data in addition to the value (Andrei)
  3499. - Fixed ldap_search(), ldap_read() and ldap_list() (Zeev)
  3500. - Fixed Apache information in phpinfo() (sam@breakfree.com)
  3501. - Improved register_shutdown_function() - you may now supply arguments that
  3502.   will be passed to the shutdown function (Zeev)
  3503. - Improved call_user_func() and call_user_method() - they now support passing
  3504.   arguments by reference (Zeev)
  3505. - Fixed usort() and uksort() (Zeev)
  3506. - Fixed md5() in the Apache module (Thies)
  3507. - Introduced build process for dynamic modules (Stig)
  3508. - Improved ISAPI module to supprt large server variables (Zeev)
  3509. - Imported PHP 3.0 fixes for problem with PHP as a dynamic module and Redhat
  3510.   libc2.1 in zlib module (Stefan)
  3511. - Fixed sybase_fetch_object() (Zeev)
  3512. - Made the IMAP module work with PHP 4.0 (Zeev)
  3513. - Fixed a problem with include()/require() of URLs (Sascha, Zeev)
  3514. - Fixed a bug in implode() that caused it to corrupt its arguments (Zeev)
  3515. - Added get_class($obj), get_parent_class($obj) and method_exists($obj,"name")
  3516.   (Andi & Zeev)
  3517. - Fixed various inheritance problems (Andi & Zeev, Zend Engine)
  3518. - Children now inherit their parent's constructor, if they do not supply a
  3519.   constructor of their own.
  3520. - Fixed runtime inheritance of classes (parent methods/properties were
  3521.   overriding their children) (Zeev, Zend Engine)
  3522. - Fixed backwards incompatibility with the "new" operator (Andi, Zend Engine)
  3523. - Fixed bugs in uksort() and ksort() sort ordering (Andrei)
  3524. - Fixed a memory leak when using assignment-op operators with lvalue of type
  3525.   string (Zeev, Zend Engine)
  3526. - Fixed a problem in inheritance from classes that are defined in include()d
  3527.   files (Zeev, Zend Engine)
  3528. - Fixed a problem with the PHP error handler that could result in a crash
  3529.   on certain operating systems (Zeev)
  3530. - Apache php_flag values only recognized 'On' (case sensitive) - changed
  3531.   to case insensitive (Zeev)
  3532. - Fixed a memory leak with switch statement containing return statements
  3533.   (Andi & Zeev, Zend Engine)
  3534. - Fixed a crash problem in switch statements that had a string offset
  3535.   as a conditional (Andi & Zeev, Zend Engine)
  3536. - Imported PHP 3.0 fixes for rand() and mt_rand() (Rasmus)
  3537. - Added function entries for strip_tags() and similar_text() (Andrei)
  3538. - Fixed a bug in WDDX that would cause a crash if a number was passed in
  3539.   instead of a variable name (Andrei)
  3540. - Ported strtotime() function from PHP 3.0 (Andrei)
  3541. - Merged in gdttf stuff from PHP 3.0 (Sascha)
  3542. - buildconf now checks your installation (Stig)
  3543. - XML module now built dynamically with --with-xml=shared (Stig)
  3544. - Added a check for freetype.h - fixed build on RedHat 6.0 (Zeev)
  3545. - Fixed array_walk() to work in PHP 4.0 (Andrei)
  3546. - Ported all remaining date() format options from PHP 3.0 (Andrei)
  3547. - $php_errormsg now works (Andrei)
  3548. - Added locale support for Perl Compatible Regexp functions (Andrei)
  3549. - Informix module ported (Danny)
  3550. - Removed --with-shared-apache (Sascha)
  3551. - Added patch for reverse lookup table in base64_decode (Sascha)
  3552.   Submitted by bfranklin@dct.com
  3553. - Merged in PHP 3.0 version of str_replace (Sascha)
  3554. - Added DBA module (Sascha)
  3555. - Added session id detection within REQUEST_URI (Sascha)
  3556. - Merged in HP-UX/ANSI compatibility switch from PHP 3.0 (Sascha)
  3557. - Fixed rpath handling for utilitites built during Apache build (Sascha)
  3558. - Added missing E_ error level constants (Zeev, Zend Engine)
  3559. - Fixed a bug in sending multiple HTTP Cookies under Apache (Zeev)
  3560. - Fixed implicit connect on the MySQL, mSQL, PostgreSQL and Sybase
  3561.   modules (Zeev)
  3562. - Gave PHP 4.0's SNMP extension all the functionality of PHP 3.0.12 (SteveL)
  3563.   
  3564. July 19 1999, Version 4.0 Beta 1
  3565. - First public beta of PHP 4.0
  3566.